#99BF6C

Color #99BF6C Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #99BF6C

Tints of Olivine #99BF6C

Color information

#99BF6C (or 0x99BF6C) is unknown color: approx Olivine. HEX triplet: 99, BF and 6C. RGB value is (153,191,108). Sum of RGB (Red+Green+Blue) = 153+191+108=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BF6C is #664093. Grayscale: #AAAAAA. Windows color (decimal): -6701204 or 7126937. OLE color: 7126937.

HSL color Cylindrical-coordinate representation of color #99BF6C: hue angle of 87.47º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99BF6C is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB153191108-
CMYK0.2000.430.25
HSL87.47º39.34%58.63%-
HSV(B)87.47º43.46%74.9%-
XYZ34.4745.1221.08-
YUV170.1892.91115.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=33.85%
G=42.26%
B=23.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531911080.2000.430.2587.4739.3458.63
Hex99BF6C1402B1957273b
Octal23127715424053311274773
Binary10011001101111111101100101000101011110011010111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BF6C; }

 p { color: rgb(153,191,108); }

 H1.HeaderClassName
 {
   color: #99BF6C;
 }
 .AnyTagClassName
 {
   color: #99BF6C;
 }
</style>
background-color css

<style>
 a { background-color: #99BF6C; }

 a { background-color: rgb(153,191,108); }

 div.DivClassName
 {
   background-color: #99BF6C;
 }
 .BgClassName
 {
   background-color: #99BF6C;
 }
</style>
border-color css

<style>
 span { border-color: #99BF6C; }

 span { border-color: rgb(153,191,108); }

 td.TdClassName
 {
   border-color: #99BF6C;
 }
 .TagClassName
 {
   border-color: #99BF6C;
 }
</style>