Shades of Olivine #9DB86C
Tints of Olivine #9DB86C
RGB
CMYK
RGB Variations
Color information
#9DB86C (or 0x9DB86C) is known color: Olivine. HEX triplet: 9D, B8 and 6C. RGB value is (157,184,108). Sum of RGB (Red+Green+Blue) = 157+184+108=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB86C is #624793. Grayscale: #A7A7A7. Windows color (decimal): -6440852 or 7125149. OLE color: 7125149.
HSL color Cylindrical-coordinate representation of color #9DB86C: hue angle of 81.32º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DB86C is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 108 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.28 |
| HSL | 81.32º | 0.35% | 0.57% | - |
| HSV(B) | 81.32º | 0.41% | 0.72% | - |
| XYZ | 33.75 | 42.53 | 20.62 | - |
| YUV | 167.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 108 | 0.15 | 0 | 0.41 | 0.28 | 81.32 | 0.35 | 0.57 |
| Hex | 9D | B8 | 6C | F | 0 | 29 | 1C | 51 | 23 | 39 |
| Octal | 235 | 270 | 154 | 17 | 0 | 51 | 34 | 121 | 43 | 71 |
| Binary | 10011101 | 10111000 | 1101100 | 1111 | 0 | 101001 | 11100 | 1010001 | 100011 | 111001 |
Color Harmonies of #9DB86C
Complementary color
Monochromatic Colors of #9DB86C
Black with #9DB86C
Text Example
Text Example
White with #9DB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB86C; }
p { color: rgb(157,184,108); }
H1.HeaderClassName
{
color: #9DB86C;
}
.AnyTagClassName
{
color: #9DB86C;
}
</style>
background-color css
<style>
a { background-color: #9DB86C; }
a { background-color: rgb(157,184,108); }
div.DivClassName
{
background-color: #9DB86C;
}
.BgClassName
{
background-color: #9DB86C;
}
</style>
border-color css
<style>
span { border-color: #9DB86C; }
span { border-color: rgb(157,184,108); }
td.TdClassName
{
border-color: #9DB86C;
}
.TagClassName
{
border-color: #9DB86C;
}
</style>