#9FB66D

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

Shades of Olivine #9FB66D

Tints of Olivine #9FB66D

Color information

#9FB66D (or 0x9FB66D) is unknown color: approx Olivine. HEX triplet: 9F, B6 and 6D. RGB value is (159,182,109). Sum of RGB (Red+Green+Blue) = 159+182+109=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB66D is #604992. Grayscale: #A7A7A7. Windows color (decimal): -6310291 or 7190175. OLE color: 7190175.

HSL color Cylindrical-coordinate representation of color #9FB66D: hue angle of 78.9º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FB66D is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB159182109-
CMYK0.1300.400.29
HSL78.9º33.33%57.06%-
HSV(B)78.9º40.11%71.37%-
XYZ33.7941.9320.78-
YUV166.895.38122.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.33%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=35.33%
G=40.44%
B=24.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821090.1300.400.2978.933.3357.06
Hex9FB66DD0281D4f2139
Octal23726615515050351174171
Binary1001111110110110110110111010101000111011001111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,182,109); }

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

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

 a { background-color: rgb(159,182,109); }

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

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

 span { border-color: rgb(159,182,109); }

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