Shades of Olivine #9DB96C
Tints of Olivine #9DB96C
RGB
CMYK
RGB Variations
Color information
#9DB96C (or 0x9DB96C) is known color: Olivine. HEX triplet: 9D, B9 and 6C. RGB value is (157,185,108). Sum of RGB (Red+Green+Blue) = 157+185+108=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB96C is #624693. Grayscale: #A8A8A8. Windows color (decimal): -6440596 or 7125405. OLE color: 7125405.
HSL color Cylindrical-coordinate representation of color #9DB96C: hue angle of 81.82º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DB96C is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 108 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.27 |
| HSL | 81.82º | 0.35% | 0.57% | - |
| HSV(B) | 81.82º | 0.42% | 0.73% | - |
| XYZ | 33.96 | 42.95 | 20.69 | - |
| YUV | 167.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 108 | 0.15 | 0 | 0.42 | 0.27 | 81.82 | 0.35 | 0.57 |
| Hex | 9D | B9 | 6C | F | 0 | 2A | 1B | 52 | 23 | 39 |
| Octal | 235 | 271 | 154 | 17 | 0 | 52 | 33 | 122 | 43 | 71 |
| Binary | 10011101 | 10111001 | 1101100 | 1111 | 0 | 101010 | 11011 | 1010010 | 100011 | 111001 |
Color Harmonies of #9DB96C
Complementary color
Monochromatic Colors of #9DB96C
Black with #9DB96C
Text Example
Text Example
White with #9DB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB96C; }
p { color: rgb(157,185,108); }
H1.HeaderClassName
{
color: #9DB96C;
}
.AnyTagClassName
{
color: #9DB96C;
}
</style>
background-color css
<style>
a { background-color: #9DB96C; }
a { background-color: rgb(157,185,108); }
div.DivClassName
{
background-color: #9DB96C;
}
.BgClassName
{
background-color: #9DB96C;
}
</style>
border-color css
<style>
span { border-color: #9DB96C; }
span { border-color: rgb(157,185,108); }
td.TdClassName
{
border-color: #9DB96C;
}
.TagClassName
{
border-color: #9DB96C;
}
</style>