Shades of Olivine #9EBD72
Tints of Olivine #9EBD72
RGB
CMYK
RGB Variations
Color information
#9EBD72 (or 0x9EBD72) is known color: Olivine. HEX triplet: 9E, BD and 72. RGB value is (158,189,114). Sum of RGB (Red+Green+Blue) = 158+189+114=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD72 is #61428D. Grayscale: #ABABAB. Windows color (decimal): -6374030 or 7519646. OLE color: 7519646.
HSL color Cylindrical-coordinate representation of color #9EBD72: hue angle of 84.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EBD72 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 114 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.26 |
| HSL | 84.8º | 0.36% | 0.59% | - |
| HSV(B) | 84.8º | 0.4% | 0.74% | - |
| XYZ | 35.34 | 44.88 | 22.72 | - |
| YUV | 171.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 114 | 0.16 | 0 | 0.40 | 0.26 | 84.8 | 0.36 | 0.59 |
| Hex | 9E | BD | 72 | 10 | 0 | 28 | 1A | 55 | 24 | 3B |
| Octal | 236 | 275 | 162 | 20 | 0 | 50 | 32 | 125 | 44 | 73 |
| Binary | 10011110 | 10111101 | 1110010 | 10000 | 0 | 101000 | 11010 | 1010101 | 100100 | 111011 |
Color Harmonies of #9EBD72
Complementary color
Monochromatic Colors of #9EBD72
Black with #9EBD72
Text Example
Text Example
White with #9EBD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD72; }
p { color: rgb(158,189,114); }
H1.HeaderClassName
{
color: #9EBD72;
}
.AnyTagClassName
{
color: #9EBD72;
}
</style>
background-color css
<style>
a { background-color: #9EBD72; }
a { background-color: rgb(158,189,114); }
div.DivClassName
{
background-color: #9EBD72;
}
.BgClassName
{
background-color: #9EBD72;
}
</style>
border-color css
<style>
span { border-color: #9EBD72; }
span { border-color: rgb(158,189,114); }
td.TdClassName
{
border-color: #9EBD72;
}
.TagClassName
{
border-color: #9EBD72;
}
</style>