Shades of Olivine #9EBE77
Tints of Olivine #9EBE77
RGB
CMYK
RGB Variations
Color information
#9EBE77 (or 0x9EBE77) is known color: Olivine. HEX triplet: 9E, BE and 77. RGB value is (158,190,119). Sum of RGB (Red+Green+Blue) = 158+190+119=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE77 is #614188. Grayscale: #ACACAC. Windows color (decimal): -6373769 or 7847582. OLE color: 7847582.
HSL color Cylindrical-coordinate representation of color #9EBE77: hue angle of 87.04º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EBE77 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 119 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.25 |
| HSL | 87.04º | 0.35% | 0.61% | - |
| HSV(B) | 87.04º | 0.37% | 0.75% | - |
| XYZ | 35.84 | 45.43 | 24.33 | - |
| YUV | 172.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 119 | 0.17 | 0 | 0.37 | 0.25 | 87.04 | 0.35 | 0.61 |
| Hex | 9E | BE | 77 | 11 | 0 | 25 | 19 | 57 | 23 | 3D |
| Octal | 236 | 276 | 167 | 21 | 0 | 45 | 31 | 127 | 43 | 75 |
| Binary | 10011110 | 10111110 | 1110111 | 10001 | 0 | 100101 | 11001 | 1010111 | 100011 | 111101 |
Color Harmonies of #9EBE77
Complementary color
Monochromatic Colors of #9EBE77
Black with #9EBE77
Text Example
Text Example
White with #9EBE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBE77; }
p { color: rgb(158,190,119); }
H1.HeaderClassName
{
color: #9EBE77;
}
.AnyTagClassName
{
color: #9EBE77;
}
</style>
background-color css
<style>
a { background-color: #9EBE77; }
a { background-color: rgb(158,190,119); }
div.DivClassName
{
background-color: #9EBE77;
}
.BgClassName
{
background-color: #9EBE77;
}
</style>
border-color css
<style>
span { border-color: #9EBE77; }
span { border-color: rgb(158,190,119); }
td.TdClassName
{
border-color: #9EBE77;
}
.TagClassName
{
border-color: #9EBE77;
}
</style>