Shades of Olivine #9DB96D
Tints of Olivine #9DB96D
RGB
CMYK
RGB Variations
Color information
#9DB96D (or 0x9DB96D) is known color: Olivine. HEX triplet: 9D, B9 and 6D. RGB value is (157,185,109). Sum of RGB (Red+Green+Blue) = 157+185+109=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB96D is #624692. Grayscale: #A8A8A8. Windows color (decimal): -6440595 or 7190941. OLE color: 7190941.
HSL color Cylindrical-coordinate representation of color #9DB96D: hue angle of 82.11º 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 #9DB96D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 109 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.27 |
| HSL | 82.11º | 0.35% | 0.58% | - |
| HSV(B) | 82.11º | 0.41% | 0.73% | - |
| XYZ | 34.01 | 42.97 | 20.97 | - |
| YUV | 167.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 109 | 0.15 | 0 | 0.41 | 0.27 | 82.11 | 0.35 | 0.58 |
| Hex | 9D | B9 | 6D | F | 0 | 29 | 1B | 52 | 23 | 3A |
| Octal | 235 | 271 | 155 | 17 | 0 | 51 | 33 | 122 | 43 | 72 |
| Binary | 10011101 | 10111001 | 1101101 | 1111 | 0 | 101001 | 11011 | 1010010 | 100011 | 111010 |
Color Harmonies of #9DB96D
Complementary color
Monochromatic Colors of #9DB96D
Black with #9DB96D
Text Example
Text Example
White with #9DB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB96D; }
p { color: rgb(157,185,109); }
H1.HeaderClassName
{
color: #9DB96D;
}
.AnyTagClassName
{
color: #9DB96D;
}
</style>
background-color css
<style>
a { background-color: #9DB96D; }
a { background-color: rgb(157,185,109); }
div.DivClassName
{
background-color: #9DB96D;
}
.BgClassName
{
background-color: #9DB96D;
}
</style>
border-color css
<style>
span { border-color: #9DB96D; }
span { border-color: rgb(157,185,109); }
td.TdClassName
{
border-color: #9DB96D;
}
.TagClassName
{
border-color: #9DB96D;
}
</style>