Shades of Olivine #9DB774
Tints of Olivine #9DB774
RGB
CMYK
RGB Variations
Color information
#9DB774 (or 0x9DB774) is known color: Olivine. HEX triplet: 9D, B7 and 74. RGB value is (157,183,116). Sum of RGB (Red+Green+Blue) = 157+183+116=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB774 is #62488B. Grayscale: #A7A7A7. Windows color (decimal): -6441100 or 7649181. OLE color: 7649181.
HSL color Cylindrical-coordinate representation of color #9DB774: hue angle of 83.28º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DB774 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 116 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.28 |
| HSL | 83.28º | 0.32% | 0.59% | - |
| HSV(B) | 83.28º | 0.37% | 0.72% | - |
| XYZ | 33.99 | 42.3 | 22.9 | - |
| YUV | 167.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 116 | 0.14 | 0 | 0.37 | 0.28 | 83.28 | 0.32 | 0.59 |
| Hex | 9D | B7 | 74 | E | 0 | 25 | 1C | 53 | 20 | 3B |
| Octal | 235 | 267 | 164 | 16 | 0 | 45 | 34 | 123 | 40 | 73 |
| Binary | 10011101 | 10110111 | 1110100 | 1110 | 0 | 100101 | 11100 | 1010011 | 100000 | 111011 |
Color Harmonies of #9DB774
Complementary color
Monochromatic Colors of #9DB774
Black with #9DB774
Text Example
Text Example
White with #9DB774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB774; }
p { color: rgb(157,183,116); }
H1.HeaderClassName
{
color: #9DB774;
}
.AnyTagClassName
{
color: #9DB774;
}
</style>
background-color css
<style>
a { background-color: #9DB774; }
a { background-color: rgb(157,183,116); }
div.DivClassName
{
background-color: #9DB774;
}
.BgClassName
{
background-color: #9DB774;
}
</style>
border-color css
<style>
span { border-color: #9DB774; }
span { border-color: rgb(157,183,116); }
td.TdClassName
{
border-color: #9DB774;
}
.TagClassName
{
border-color: #9DB774;
}
</style>