#9DB66F

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

Shades of Olivine #9DB66F

Tints of Olivine #9DB66F

Color information

#9DB66F (or 0x9DB66F) is unknown color: approx Olivine. HEX triplet: 9D, B6 and 6F. RGB value is (157,182,111). Sum of RGB (Red+Green+Blue) = 157+182+111=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB66F is #624990. Grayscale: #A6A6A6. Windows color (decimal): -6441361 or 7321245. OLE color: 7321245.

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

Color convert

RGB157182111-
CMYK0.1400.390.29
HSL81.13º32.72%57.45%-
HSV(B)81.13º39.01%71.37%-
XYZ33.541.7721.34-
YUV166.4396.72121.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.89%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 111 (43.75% from 255) = 24.67%
R=34.89%
G=40.44%
B=24.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571821110.1400.390.2981.1332.7257.45
Hex9DB66FE0271D512139
Octal23526615716047351214171
Binary1001110110110110110111111100100111111011010001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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