#9DB66E

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

Shades of Olivine #9DB66E

Tints of Olivine #9DB66E

Color information

#9DB66E (or 0x9DB66E) is unknown color: approx Olivine. HEX triplet: 9D, B6 and 6E. RGB value is (157,182,110). Sum of RGB (Red+Green+Blue) = 157+182+110=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB66E is #624991. Grayscale: #A6A6A6. Windows color (decimal): -6441362 or 7255709. OLE color: 7255709.

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

Color convert

RGB157182110-
CMYK0.1400.400.29
HSL80.83º33.03%57.25%-
HSV(B)80.83º39.56%71.37%-
XYZ33.4541.7521.05-
YUV166.3296.22121.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.97%
GREEN value IS 182 (71.48% from 255) = 40.53%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=34.97%
G=40.53%
B=24.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571821100.1400.400.2980.8333.0357.25
Hex9DB66EE0281D512139
Octal23526615616050351214171
Binary1001110110110110110111011100101000111011010001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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