Shades of Olivine #9DB76D
Tints of Olivine #9DB76D
RGB
CMYK
RGB Variations
Color information
#9DB76D (or 0x9DB76D) is known color: Olivine. HEX triplet: 9D, B7 and 6D. RGB value is (157,183,109). Sum of RGB (Red+Green+Blue) = 157+183+109=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB76D is #624892. Grayscale: #A7A7A7. Windows color (decimal): -6441107 or 7190429. OLE color: 7190429.
HSL color Cylindrical-coordinate representation of color #9DB76D: hue angle of 81.08º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DB76D is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 109 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.28 |
| HSL | 81.08º | 0.34% | 0.57% | - |
| HSV(B) | 81.08º | 0.4% | 0.72% | - |
| XYZ | 33.6 | 42.14 | 20.83 | - |
| YUV | 166.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 109 | 0.14 | 0 | 0.40 | 0.28 | 81.08 | 0.34 | 0.57 |
| Hex | 9D | B7 | 6D | E | 0 | 28 | 1C | 51 | 22 | 39 |
| Octal | 235 | 267 | 155 | 16 | 0 | 50 | 34 | 121 | 42 | 71 |
| Binary | 10011101 | 10110111 | 1101101 | 1110 | 0 | 101000 | 11100 | 1010001 | 100010 | 111001 |
Color Harmonies of #9DB76D
Complementary color
Monochromatic Colors of #9DB76D
Black with #9DB76D
Text Example
Text Example
White with #9DB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB76D; }
p { color: rgb(157,183,109); }
H1.HeaderClassName
{
color: #9DB76D;
}
.AnyTagClassName
{
color: #9DB76D;
}
</style>
background-color css
<style>
a { background-color: #9DB76D; }
a { background-color: rgb(157,183,109); }
div.DivClassName
{
background-color: #9DB76D;
}
.BgClassName
{
background-color: #9DB76D;
}
</style>
border-color css
<style>
span { border-color: #9DB76D; }
span { border-color: rgb(157,183,109); }
td.TdClassName
{
border-color: #9DB76D;
}
.TagClassName
{
border-color: #9DB76D;
}
</style>