Shades of Olivine #9EBD79
Tints of Olivine #9EBD79
RGB
CMYK
RGB Variations
Color information
#9EBD79 (or 0x9EBD79) is known color: Olivine. HEX triplet: 9E, BD and 79. RGB value is (158,189,121). Sum of RGB (Red+Green+Blue) = 158+189+121=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD79 is #614286. Grayscale: #ACACAC. Windows color (decimal): -6374023 or 7978398. OLE color: 7978398.
HSL color Cylindrical-coordinate representation of color #9EBD79: hue angle of 87.35º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EBD79 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 121 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.26 |
| HSL | 87.35º | 0.34% | 0.61% | - |
| HSV(B) | 87.35º | 0.36% | 0.74% | - |
| XYZ | 35.75 | 45.04 | 24.9 | - |
| YUV | 171.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 121 | 0.16 | 0 | 0.36 | 0.26 | 87.35 | 0.34 | 0.61 |
| Hex | 9E | BD | 79 | 10 | 0 | 24 | 1A | 57 | 22 | 3D |
| Octal | 236 | 275 | 171 | 20 | 0 | 44 | 32 | 127 | 42 | 75 |
| Binary | 10011110 | 10111101 | 1111001 | 10000 | 0 | 100100 | 11010 | 1010111 | 100010 | 111101 |
Color Harmonies of #9EBD79
Complementary color
Monochromatic Colors of #9EBD79
Black with #9EBD79
Text Example
Text Example
White with #9EBD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD79; }
p { color: rgb(158,189,121); }
H1.HeaderClassName
{
color: #9EBD79;
}
.AnyTagClassName
{
color: #9EBD79;
}
</style>
background-color css
<style>
a { background-color: #9EBD79; }
a { background-color: rgb(158,189,121); }
div.DivClassName
{
background-color: #9EBD79;
}
.BgClassName
{
background-color: #9EBD79;
}
</style>
border-color css
<style>
span { border-color: #9EBD79; }
span { border-color: rgb(158,189,121); }
td.TdClassName
{
border-color: #9EBD79;
}
.TagClassName
{
border-color: #9EBD79;
}
</style>