#9EB66F

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

Shades of Olivine #9EB66F

Tints of Olivine #9EB66F

Color information

#9EB66F (or 0x9EB66F) is unknown color: approx Olivine. HEX triplet: 9E, B6 and 6F. RGB value is (158,182,111). Sum of RGB (Red+Green+Blue) = 158+182+111=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB66F is #614990. Grayscale: #A6A6A6. Windows color (decimal): -6375825 or 7321246. OLE color: 7321246.

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

Color convert

RGB158182111-
CMYK0.1300.390.29
HSL80.28º32.72%57.45%-
HSV(B)80.28º39.01%71.37%-
XYZ33.741.8721.35-
YUV166.7396.55121.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 111 (43.75% from 255) = 24.61%
R=35.03%
G=40.35%
B=24.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581821110.1300.390.2980.2832.7257.45
Hex9EB66FD0271D502139
Octal23626615715047351204171
Binary1001111010110110110111111010100111111011010000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,182,111); }

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

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

 a { background-color: rgb(158,182,111); }

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

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

 span { border-color: rgb(158,182,111); }

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