Shades of Olivine #9DB879
Tints of Olivine #9DB879
RGB
CMYK
RGB Variations
Color information
#9DB879 (or 0x9DB879) is known color: Olivine. HEX triplet: 9D, B8 and 79. RGB value is (157,184,121). Sum of RGB (Red+Green+Blue) = 157+184+121=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB879 is #624786. Grayscale: #A8A8A8. Windows color (decimal): -6440839 or 7977117. OLE color: 7977117.
HSL color Cylindrical-coordinate representation of color #9DB879: hue angle of 85.71º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB879 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 121 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.28 |
| HSL | 85.71º | 0.31% | 0.6% | - |
| HSV(B) | 85.71º | 0.34% | 0.72% | - |
| XYZ | 34.5 | 42.83 | 24.54 | - |
| YUV | 168.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 121 | 0.15 | 0 | 0.34 | 0.28 | 85.71 | 0.31 | 0.6 |
| Hex | 9D | B8 | 79 | F | 0 | 22 | 1C | 56 | 1F | 3C |
| Octal | 235 | 270 | 171 | 17 | 0 | 42 | 34 | 126 | 37 | 74 |
| Binary | 10011101 | 10111000 | 1111001 | 1111 | 0 | 100010 | 11100 | 1010110 | 11111 | 111100 |
Color Harmonies of #9DB879
Complementary color
Monochromatic Colors of #9DB879
Black with #9DB879
Text Example
Text Example
White with #9DB879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB879; }
p { color: rgb(157,184,121); }
H1.HeaderClassName
{
color: #9DB879;
}
.AnyTagClassName
{
color: #9DB879;
}
</style>
background-color css
<style>
a { background-color: #9DB879; }
a { background-color: rgb(157,184,121); }
div.DivClassName
{
background-color: #9DB879;
}
.BgClassName
{
background-color: #9DB879;
}
</style>
border-color css
<style>
span { border-color: #9DB879; }
span { border-color: rgb(157,184,121); }
td.TdClassName
{
border-color: #9DB879;
}
.TagClassName
{
border-color: #9DB879;
}
</style>