Shades of Olivine #9DB56D
Tints of Olivine #9DB56D
RGB
CMYK
RGB Variations
Color information
#9DB56D (or 0x9DB56D) is known color: Olivine. HEX triplet: 9D, B5 and 6D. RGB value is (157,181,109). Sum of RGB (Red+Green+Blue) = 157+181+109=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB56D is #624A92. Grayscale: #A5A5A5. Windows color (decimal): -6441619 or 7189917. OLE color: 7189917.
HSL color Cylindrical-coordinate representation of color #9DB56D: hue angle of 80º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DB56D is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 109 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.29 |
| HSL | 80º | 0.33% | 0.57% | - |
| HSV(B) | 80º | 0.4% | 0.71% | - |
| XYZ | 33.19 | 41.32 | 20.69 | - |
| YUV | 165.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 109 | 0.13 | 0 | 0.40 | 0.29 | 80 | 0.33 | 0.57 |
| Hex | 9D | B5 | 6D | D | 0 | 28 | 1D | 50 | 21 | 39 |
| Octal | 235 | 265 | 155 | 15 | 0 | 50 | 35 | 120 | 41 | 71 |
| Binary | 10011101 | 10110101 | 1101101 | 1101 | 0 | 101000 | 11101 | 1010000 | 100001 | 111001 |
Color Harmonies of #9DB56D
Complementary color
Monochromatic Colors of #9DB56D
Black with #9DB56D
Text Example
Text Example
White with #9DB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB56D; }
p { color: rgb(157,181,109); }
H1.HeaderClassName
{
color: #9DB56D;
}
.AnyTagClassName
{
color: #9DB56D;
}
</style>
background-color css
<style>
a { background-color: #9DB56D; }
a { background-color: rgb(157,181,109); }
div.DivClassName
{
background-color: #9DB56D;
}
.BgClassName
{
background-color: #9DB56D;
}
</style>
border-color css
<style>
span { border-color: #9DB56D; }
span { border-color: rgb(157,181,109); }
td.TdClassName
{
border-color: #9DB56D;
}
.TagClassName
{
border-color: #9DB56D;
}
</style>