Shades of Olivine #9EBD77
Tints of Olivine #9EBD77
RGB
CMYK
RGB Variations
Color information
#9EBD77 (or 0x9EBD77) is known color: Olivine. HEX triplet: 9E, BD and 77. RGB value is (158,189,119). Sum of RGB (Red+Green+Blue) = 158+189+119=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD77 is #614288. Grayscale: #ACACAC. Windows color (decimal): -6374025 or 7847326. OLE color: 7847326.
HSL color Cylindrical-coordinate representation of color #9EBD77: hue angle of 86.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EBD77 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 119 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.26 |
| HSL | 86.57º | 0.35% | 0.6% | - |
| HSV(B) | 86.57º | 0.37% | 0.74% | - |
| XYZ | 35.63 | 45 | 24.26 | - |
| YUV | 171.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 119 | 0.16 | 0 | 0.37 | 0.26 | 86.57 | 0.35 | 0.6 |
| Hex | 9E | BD | 77 | 10 | 0 | 25 | 1A | 57 | 23 | 3C |
| Octal | 236 | 275 | 167 | 20 | 0 | 45 | 32 | 127 | 43 | 74 |
| Binary | 10011110 | 10111101 | 1110111 | 10000 | 0 | 100101 | 11010 | 1010111 | 100011 | 111100 |
Color Harmonies of #9EBD77
Complementary color
Monochromatic Colors of #9EBD77
Black with #9EBD77
Text Example
Text Example
White with #9EBD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD77; }
p { color: rgb(158,189,119); }
H1.HeaderClassName
{
color: #9EBD77;
}
.AnyTagClassName
{
color: #9EBD77;
}
</style>
background-color css
<style>
a { background-color: #9EBD77; }
a { background-color: rgb(158,189,119); }
div.DivClassName
{
background-color: #9EBD77;
}
.BgClassName
{
background-color: #9EBD77;
}
</style>
border-color css
<style>
span { border-color: #9EBD77; }
span { border-color: rgb(158,189,119); }
td.TdClassName
{
border-color: #9EBD77;
}
.TagClassName
{
border-color: #9EBD77;
}
</style>