Shades of Olivine #9DBD70
Tints of Olivine #9DBD70
RGB
CMYK
RGB Variations
Color information
#9DBD70 (or 0x9DBD70) is known color: Olivine. HEX triplet: 9D, BD and 70. RGB value is (157,189,112). Sum of RGB (Red+Green+Blue) = 157+189+112=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBD70 is #62428F. Grayscale: #AAAAAA. Windows color (decimal): -6439568 or 7388573. OLE color: 7388573.
HSL color Cylindrical-coordinate representation of color #9DBD70: hue angle of 84.94º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DBD70 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 112 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.26 |
| HSL | 84.94º | 0.37% | 0.59% | - |
| HSV(B) | 84.94º | 0.41% | 0.74% | - |
| XYZ | 35.03 | 44.73 | 22.12 | - |
| YUV | 170.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 112 | 0.17 | 0 | 0.41 | 0.26 | 84.94 | 0.37 | 0.59 |
| Hex | 9D | BD | 70 | 11 | 0 | 29 | 1A | 55 | 25 | 3B |
| Octal | 235 | 275 | 160 | 21 | 0 | 51 | 32 | 125 | 45 | 73 |
| Binary | 10011101 | 10111101 | 1110000 | 10001 | 0 | 101001 | 11010 | 1010101 | 100101 | 111011 |
Color Harmonies of #9DBD70
Complementary color
Monochromatic Colors of #9DBD70
Black with #9DBD70
Text Example
Text Example
White with #9DBD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD70; }
p { color: rgb(157,189,112); }
H1.HeaderClassName
{
color: #9DBD70;
}
.AnyTagClassName
{
color: #9DBD70;
}
</style>
background-color css
<style>
a { background-color: #9DBD70; }
a { background-color: rgb(157,189,112); }
div.DivClassName
{
background-color: #9DBD70;
}
.BgClassName
{
background-color: #9DBD70;
}
</style>
border-color css
<style>
span { border-color: #9DBD70; }
span { border-color: rgb(157,189,112); }
td.TdClassName
{
border-color: #9DBD70;
}
.TagClassName
{
border-color: #9DBD70;
}
</style>