#9FB66E

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

Shades of Olivine #9FB66E

Tints of Olivine #9FB66E

Color information

#9FB66E (or 0x9FB66E) is unknown color: approx Olivine. HEX triplet: 9F, B6 and 6E. RGB value is (159,182,110). Sum of RGB (Red+Green+Blue) = 159+182+110=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB66E is #604991. Grayscale: #A7A7A7. Windows color (decimal): -6310290 or 7255711. OLE color: 7255711.

HSL color Cylindrical-coordinate representation of color #9FB66E: hue angle of 79.17º 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 #9FB66E is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB159182110-
CMYK0.1300.400.29
HSL79.17º33.03%57.25%-
HSV(B)79.17º39.56%71.37%-
XYZ33.8441.9521.07-
YUV166.9295.88122.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 110 (43.36% from 255) = 24.39%
R=35.25%
G=40.35%
B=24.39%

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
Decimal1591821100.1300.400.2979.1733.0357.25
Hex9FB66ED0281D4f2139
Octal23726615615050351174171
Binary1001111110110110110111011010101000111011001111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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