Shades of Olivine #9DB36E
Tints of Olivine #9DB36E
RGB
CMYK
RGB Variations
Color information
#9DB36E (or 0x9DB36E) is known color: Olivine. HEX triplet: 9D, B3 and 6E. RGB value is (157,179,110). Sum of RGB (Red+Green+Blue) = 157+179+110=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB36E is #624C91. Grayscale: #A4A4A4. Windows color (decimal): -6442130 or 7254941. OLE color: 7254941.
HSL color Cylindrical-coordinate representation of color #9DB36E: hue angle of 79.13º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DB36E is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 110 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.30 |
| HSL | 79.13º | 0.31% | 0.57% | - |
| HSV(B) | 79.13º | 0.39% | 0.7% | - |
| XYZ | 32.84 | 40.53 | 20.84 | - |
| YUV | 164.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 110 | 0.12 | 0 | 0.39 | 0.30 | 79.13 | 0.31 | 0.57 |
| Hex | 9D | B3 | 6E | C | 0 | 27 | 1E | 4F | 1F | 39 |
| Octal | 235 | 263 | 156 | 14 | 0 | 47 | 36 | 117 | 37 | 71 |
| Binary | 10011101 | 10110011 | 1101110 | 1100 | 0 | 100111 | 11110 | 1001111 | 11111 | 111001 |
Color Harmonies of #9DB36E
Complementary color
Monochromatic Colors of #9DB36E
Black with #9DB36E
Text Example
Text Example
White with #9DB36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB36E; }
p { color: rgb(157,179,110); }
H1.HeaderClassName
{
color: #9DB36E;
}
.AnyTagClassName
{
color: #9DB36E;
}
</style>
background-color css
<style>
a { background-color: #9DB36E; }
a { background-color: rgb(157,179,110); }
div.DivClassName
{
background-color: #9DB36E;
}
.BgClassName
{
background-color: #9DB36E;
}
</style>
border-color css
<style>
span { border-color: #9DB36E; }
span { border-color: rgb(157,179,110); }
td.TdClassName
{
border-color: #9DB36E;
}
.TagClassName
{
border-color: #9DB36E;
}
</style>