Shades of Olivine #9DB770
Tints of Olivine #9DB770
RGB
CMYK
RGB Variations
Color information
#9DB770 (or 0x9DB770) is known color: Olivine. HEX triplet: 9D, B7 and 70. RGB value is (157,183,112). Sum of RGB (Red+Green+Blue) = 157+183+112=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB770 is #62488F. Grayscale: #A7A7A7. Windows color (decimal): -6441104 or 7387037. OLE color: 7387037.
HSL color Cylindrical-coordinate representation of color #9DB770: hue angle of 81.97º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DB770 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 112 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.28 |
| HSL | 81.97º | 0.33% | 0.58% | - |
| HSV(B) | 81.97º | 0.39% | 0.72% | - |
| XYZ | 33.76 | 42.2 | 21.7 | - |
| YUV | 167.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 112 | 0.14 | 0 | 0.39 | 0.28 | 81.97 | 0.33 | 0.58 |
| Hex | 9D | B7 | 70 | E | 0 | 27 | 1C | 52 | 21 | 3A |
| Octal | 235 | 267 | 160 | 16 | 0 | 47 | 34 | 122 | 41 | 72 |
| Binary | 10011101 | 10110111 | 1110000 | 1110 | 0 | 100111 | 11100 | 1010010 | 100001 | 111010 |
Color Harmonies of #9DB770
Complementary color
Monochromatic Colors of #9DB770
Black with #9DB770
Text Example
Text Example
White with #9DB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB770; }
p { color: rgb(157,183,112); }
H1.HeaderClassName
{
color: #9DB770;
}
.AnyTagClassName
{
color: #9DB770;
}
</style>
background-color css
<style>
a { background-color: #9DB770; }
a { background-color: rgb(157,183,112); }
div.DivClassName
{
background-color: #9DB770;
}
.BgClassName
{
background-color: #9DB770;
}
</style>
border-color css
<style>
span { border-color: #9DB770; }
span { border-color: rgb(157,183,112); }
td.TdClassName
{
border-color: #9DB770;
}
.TagClassName
{
border-color: #9DB770;
}
</style>