Shades of Olivine #9DB872
Tints of Olivine #9DB872
RGB
CMYK
RGB Variations
Color information
#9DB872 (or 0x9DB872) is known color: Olivine. HEX triplet: 9D, B8 and 72. RGB value is (157,184,114). Sum of RGB (Red+Green+Blue) = 157+184+114=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB872 is #62478D. Grayscale: #A8A8A8. Windows color (decimal): -6440846 or 7518365. OLE color: 7518365.
HSL color Cylindrical-coordinate representation of color #9DB872: hue angle of 83.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB872 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 114 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.28 |
| HSL | 83.14º | 0.33% | 0.58% | - |
| HSV(B) | 83.14º | 0.38% | 0.72% | - |
| XYZ | 34.08 | 42.66 | 22.36 | - |
| YUV | 167.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 114 | 0.15 | 0 | 0.38 | 0.28 | 83.14 | 0.33 | 0.58 |
| Hex | 9D | B8 | 72 | F | 0 | 26 | 1C | 53 | 21 | 3A |
| Octal | 235 | 270 | 162 | 17 | 0 | 46 | 34 | 123 | 41 | 72 |
| Binary | 10011101 | 10111000 | 1110010 | 1111 | 0 | 100110 | 11100 | 1010011 | 100001 | 111010 |
Color Harmonies of #9DB872
Complementary color
Monochromatic Colors of #9DB872
Black with #9DB872
Text Example
Text Example
White with #9DB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB872; }
p { color: rgb(157,184,114); }
H1.HeaderClassName
{
color: #9DB872;
}
.AnyTagClassName
{
color: #9DB872;
}
</style>
background-color css
<style>
a { background-color: #9DB872; }
a { background-color: rgb(157,184,114); }
div.DivClassName
{
background-color: #9DB872;
}
.BgClassName
{
background-color: #9DB872;
}
</style>
border-color css
<style>
span { border-color: #9DB872; }
span { border-color: rgb(157,184,114); }
td.TdClassName
{
border-color: #9DB872;
}
.TagClassName
{
border-color: #9DB872;
}
</style>