Shades of Olivine #9DB875
Tints of Olivine #9DB875
RGB
CMYK
RGB Variations
Color information
#9DB875 (or 0x9DB875) is known color: Olivine. HEX triplet: 9D, B8 and 75. RGB value is (157,184,117). Sum of RGB (Red+Green+Blue) = 157+184+117=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB875 is #62478A. Grayscale: #A8A8A8. Windows color (decimal): -6440843 or 7714973. OLE color: 7714973.
HSL color Cylindrical-coordinate representation of color #9DB875: hue angle of 84.18º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DB875 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 117 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.28 |
| HSL | 84.18º | 0.32% | 0.59% | - |
| HSV(B) | 84.18º | 0.36% | 0.72% | - |
| XYZ | 34.26 | 42.73 | 23.27 | - |
| YUV | 168.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 117 | 0.15 | 0 | 0.36 | 0.28 | 84.18 | 0.32 | 0.59 |
| Hex | 9D | B8 | 75 | F | 0 | 24 | 1C | 54 | 20 | 3B |
| Octal | 235 | 270 | 165 | 17 | 0 | 44 | 34 | 124 | 40 | 73 |
| Binary | 10011101 | 10111000 | 1110101 | 1111 | 0 | 100100 | 11100 | 1010100 | 100000 | 111011 |
Color Harmonies of #9DB875
Complementary color
Monochromatic Colors of #9DB875
Black with #9DB875
Text Example
Text Example
White with #9DB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB875; }
p { color: rgb(157,184,117); }
H1.HeaderClassName
{
color: #9DB875;
}
.AnyTagClassName
{
color: #9DB875;
}
</style>
background-color css
<style>
a { background-color: #9DB875; }
a { background-color: rgb(157,184,117); }
div.DivClassName
{
background-color: #9DB875;
}
.BgClassName
{
background-color: #9DB875;
}
</style>
border-color css
<style>
span { border-color: #9DB875; }
span { border-color: rgb(157,184,117); }
td.TdClassName
{
border-color: #9DB875;
}
.TagClassName
{
border-color: #9DB875;
}
</style>