Shades of Olivine #9DB96E
Tints of Olivine #9DB96E
RGB
CMYK
RGB Variations
Color information
#9DB96E (or 0x9DB96E) is known color: Olivine. HEX triplet: 9D, B9 and 6E. RGB value is (157,185,110). Sum of RGB (Red+Green+Blue) = 157+185+110=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB96E is #624691. Grayscale: #A8A8A8. Windows color (decimal): -6440594 or 7256477. OLE color: 7256477.
HSL color Cylindrical-coordinate representation of color #9DB96E: hue angle of 82.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DB96E is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 110 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.27 |
| HSL | 82.4º | 0.35% | 0.58% | - |
| HSV(B) | 82.4º | 0.41% | 0.73% | - |
| XYZ | 34.07 | 42.99 | 21.25 | - |
| YUV | 168.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 110 | 0.15 | 0 | 0.41 | 0.27 | 82.4 | 0.35 | 0.58 |
| Hex | 9D | B9 | 6E | F | 0 | 29 | 1B | 52 | 23 | 3A |
| Octal | 235 | 271 | 156 | 17 | 0 | 51 | 33 | 122 | 43 | 72 |
| Binary | 10011101 | 10111001 | 1101110 | 1111 | 0 | 101001 | 11011 | 1010010 | 100011 | 111010 |
Color Harmonies of #9DB96E
Complementary color
Monochromatic Colors of #9DB96E
Black with #9DB96E
Text Example
Text Example
White with #9DB96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB96E; }
p { color: rgb(157,185,110); }
H1.HeaderClassName
{
color: #9DB96E;
}
.AnyTagClassName
{
color: #9DB96E;
}
</style>
background-color css
<style>
a { background-color: #9DB96E; }
a { background-color: rgb(157,185,110); }
div.DivClassName
{
background-color: #9DB96E;
}
.BgClassName
{
background-color: #9DB96E;
}
</style>
border-color css
<style>
span { border-color: #9DB96E; }
span { border-color: rgb(157,185,110); }
td.TdClassName
{
border-color: #9DB96E;
}
.TagClassName
{
border-color: #9DB96E;
}
</style>