Shades of Olivine #9EC07A
Tints of Olivine #9EC07A
RGB
CMYK
RGB Variations
Color information
#9EC07A (or 0x9EC07A) is known color: Olivine. HEX triplet: 9E, C0 and 7A. RGB value is (158,192,122). Sum of RGB (Red+Green+Blue) = 158+192+122=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC07A is #613F85. Grayscale: #AEAEAE. Windows color (decimal): -6373254 or 8044702. OLE color: 8044702.
HSL color Cylindrical-coordinate representation of color #9EC07A: hue angle of 89.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EC07A is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 122 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.25 |
| HSL | 89.14º | 0.36% | 0.62% | - |
| HSV(B) | 89.14º | 0.36% | 0.75% | - |
| XYZ | 36.46 | 46.37 | 25.44 | - |
| YUV | 173.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 122 | 0.18 | 0 | 0.36 | 0.25 | 89.14 | 0.36 | 0.62 |
| Hex | 9E | C0 | 7A | 12 | 0 | 24 | 19 | 59 | 24 | 3E |
| Octal | 236 | 300 | 172 | 22 | 0 | 44 | 31 | 131 | 44 | 76 |
| Binary | 10011110 | 11000000 | 1111010 | 10010 | 0 | 100100 | 11001 | 1011001 | 100100 | 111110 |
Color Harmonies of #9EC07A
Complementary color
Monochromatic Colors of #9EC07A
Black with #9EC07A
Text Example
Text Example
White with #9EC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC07A; }
p { color: rgb(158,192,122); }
H1.HeaderClassName
{
color: #9EC07A;
}
.AnyTagClassName
{
color: #9EC07A;
}
</style>
background-color css
<style>
a { background-color: #9EC07A; }
a { background-color: rgb(158,192,122); }
div.DivClassName
{
background-color: #9EC07A;
}
.BgClassName
{
background-color: #9EC07A;
}
</style>
border-color css
<style>
span { border-color: #9EC07A; }
span { border-color: rgb(158,192,122); }
td.TdClassName
{
border-color: #9EC07A;
}
.TagClassName
{
border-color: #9EC07A;
}
</style>