Shades of Olivine #9EC077
Tints of Olivine #9EC077
RGB
CMYK
RGB Variations
Color information
#9EC077 (or 0x9EC077) is known color: Olivine. HEX triplet: 9E, C0 and 77. RGB value is (158,192,119). Sum of RGB (Red+Green+Blue) = 158+192+119=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC077 is #613F88. Grayscale: #ADADAD. Windows color (decimal): -6373257 or 7848094. OLE color: 7848094.
HSL color Cylindrical-coordinate representation of color #9EC077: hue angle of 87.95º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EC077 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 119 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.25 |
| HSL | 87.95º | 0.37% | 0.61% | - |
| HSV(B) | 87.95º | 0.38% | 0.75% | - |
| XYZ | 36.28 | 46.3 | 24.48 | - |
| YUV | 173.51 | 97.24 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 119 | 0.18 | 0 | 0.38 | 0.25 | 87.95 | 0.37 | 0.61 |
| Hex | 9E | C0 | 77 | 12 | 0 | 26 | 19 | 58 | 25 | 3D |
| Octal | 236 | 300 | 167 | 22 | 0 | 46 | 31 | 130 | 45 | 75 |
| Binary | 10011110 | 11000000 | 1110111 | 10010 | 0 | 100110 | 11001 | 1011000 | 100101 | 111101 |
Color Harmonies of #9EC077
Complementary color
Monochromatic Colors of #9EC077
Black with #9EC077
Text Example
Text Example
White with #9EC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC077; }
p { color: rgb(158,192,119); }
H1.HeaderClassName
{
color: #9EC077;
}
.AnyTagClassName
{
color: #9EC077;
}
</style>
background-color css
<style>
a { background-color: #9EC077; }
a { background-color: rgb(158,192,119); }
div.DivClassName
{
background-color: #9EC077;
}
.BgClassName
{
background-color: #9EC077;
}
</style>
border-color css
<style>
span { border-color: #9EC077; }
span { border-color: rgb(158,192,119); }
td.TdClassName
{
border-color: #9EC077;
}
.TagClassName
{
border-color: #9EC077;
}
</style>