#9DB766

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

Shades of Olivine #9DB766

Tints of Olivine #9DB766

Color information

#9DB766 (or 0x9DB766) is unknown color: approx Olivine. HEX triplet: 9D, B7 and 66. RGB value is (157,183,102). Sum of RGB (Red+Green+Blue) = 157+183+102=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB766 is #624899. Grayscale: #A6A6A6. Windows color (decimal): -6441114 or 6731677. OLE color: 6731677.

HSL color Cylindrical-coordinate representation of color #9DB766: hue angle of 79.26º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DB766 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB157183102-
CMYK0.1400.440.28
HSL79.26º36%55.88%-
HSV(B)79.26º44.26%71.76%-
XYZ33.2441.9918.92-
YUV165.9991.89121.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.52%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=35.52%
G=41.40%
B=23.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571831020.1400.440.2879.263655.88
Hex9DB766E02C1C4f2438
Octal23526714616054341174470
Binary1001110110110111110011011100101100111001001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,183,102); }

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

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

 a { background-color: rgb(157,183,102); }

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

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

 span { border-color: rgb(157,183,102); }

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