#9FBC66

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

Shades of Olivine #9FBC66

Tints of Olivine #9FBC66

Color information

#9FBC66 (or 0x9FBC66) is unknown color: approx Olivine. HEX triplet: 9F, BC and 66. RGB value is (159,188,102). Sum of RGB (Red+Green+Blue) = 159+188+102=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC66 is #604399. Grayscale: #A9A9A9. Windows color (decimal): -6308762 or 6732959. OLE color: 6732959.

HSL color Cylindrical-coordinate representation of color #9FBC66: hue angle of 80.23º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FBC66 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB159188102-
CMYK0.1500.460.26
HSL80.23º39.09%56.86%-
HSV(B)80.23º45.74%73.73%-
XYZ34.6844.319.29-
YUV169.5289.89120.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=35.41%
G=41.87%
B=22.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881020.1500.460.2680.2339.0956.86
Hex9FBC66F02E1A502739
Octal23727414617056321204771
Binary1001111110111100110011011110101110110101010000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FBC66; }

 p { color: rgb(159,188,102); }

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

<style>
 a { background-color: #9FBC66; }

 a { background-color: rgb(159,188,102); }

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

<style>
 span { border-color: #9FBC66; }

 span { border-color: rgb(159,188,102); }

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