Shades of Olivine #9DB46E
Tints of Olivine #9DB46E
RGB
CMYK
RGB Variations
Color information
#9DB46E (or 0x9DB46E) is known color: Olivine. HEX triplet: 9D, B4 and 6E. RGB value is (157,180,110). Sum of RGB (Red+Green+Blue) = 157+180+110=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB46E is #624B91. Grayscale: #A5A5A5. Windows color (decimal): -6441874 or 7255197. OLE color: 7255197.
HSL color Cylindrical-coordinate representation of color #9DB46E: hue angle of 79.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DB46E is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 110 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.29 |
| HSL | 79.71º | 0.32% | 0.57% | - |
| HSV(B) | 79.71º | 0.39% | 0.71% | - |
| XYZ | 33.04 | 40.94 | 20.91 | - |
| YUV | 165.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 110 | 0.13 | 0 | 0.39 | 0.29 | 79.71 | 0.32 | 0.57 |
| Hex | 9D | B4 | 6E | D | 0 | 27 | 1D | 50 | 20 | 39 |
| Octal | 235 | 264 | 156 | 15 | 0 | 47 | 35 | 120 | 40 | 71 |
| Binary | 10011101 | 10110100 | 1101110 | 1101 | 0 | 100111 | 11101 | 1010000 | 100000 | 111001 |
Color Harmonies of #9DB46E
Complementary color
Monochromatic Colors of #9DB46E
Black with #9DB46E
Text Example
Text Example
White with #9DB46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB46E; }
p { color: rgb(157,180,110); }
H1.HeaderClassName
{
color: #9DB46E;
}
.AnyTagClassName
{
color: #9DB46E;
}
</style>
background-color css
<style>
a { background-color: #9DB46E; }
a { background-color: rgb(157,180,110); }
div.DivClassName
{
background-color: #9DB46E;
}
.BgClassName
{
background-color: #9DB46E;
}
</style>
border-color css
<style>
span { border-color: #9DB46E; }
span { border-color: rgb(157,180,110); }
td.TdClassName
{
border-color: #9DB46E;
}
.TagClassName
{
border-color: #9DB46E;
}
</style>