Shades of Olivine #9DB566
Tints of Olivine #9DB566
RGB
CMYK
RGB Variations
Color information
#9DB566 (or 0x9DB566) is known color: Olivine. HEX triplet: 9D, B5 and 66. RGB value is (157,181,102). Sum of RGB (Red+Green+Blue) = 157+181+102=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB566 is #624A99. Grayscale: #A5A5A5. Windows color (decimal): -6441626 or 6731165. OLE color: 6731165.
HSL color Cylindrical-coordinate representation of color #9DB566: hue angle of 78.23º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DB566 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 102 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.29 |
| HSL | 78.23º | 0.35% | 0.55% | - |
| HSV(B) | 78.23º | 0.44% | 0.71% | - |
| XYZ | 32.83 | 41.18 | 18.79 | - |
| YUV | 164.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 102 | 0.13 | 0 | 0.44 | 0.29 | 78.23 | 0.35 | 0.55 |
| Hex | 9D | B5 | 66 | D | 0 | 2C | 1D | 4E | 23 | 37 |
| Octal | 235 | 265 | 146 | 15 | 0 | 54 | 35 | 116 | 43 | 67 |
| Binary | 10011101 | 10110101 | 1100110 | 1101 | 0 | 101100 | 11101 | 1001110 | 100011 | 110111 |
Color Harmonies of #9DB566
Complementary color
Monochromatic Colors of #9DB566
Black with #9DB566
Text Example
Text Example
White with #9DB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB566; }
p { color: rgb(157,181,102); }
H1.HeaderClassName
{
color: #9DB566;
}
.AnyTagClassName
{
color: #9DB566;
}
</style>
background-color css
<style>
a { background-color: #9DB566; }
a { background-color: rgb(157,181,102); }
div.DivClassName
{
background-color: #9DB566;
}
.BgClassName
{
background-color: #9DB566;
}
</style>
border-color css
<style>
span { border-color: #9DB566; }
span { border-color: rgb(157,181,102); }
td.TdClassName
{
border-color: #9DB566;
}
.TagClassName
{
border-color: #9DB566;
}
</style>