Shades of Olivine #9EC07C
Tints of Olivine #9EC07C
RGB
CMYK
RGB Variations
Color information
#9EC07C (or 0x9EC07C) is known color: Olivine. HEX triplet: 9E, C0 and 7C. RGB value is (158,192,124). Sum of RGB (Red+Green+Blue) = 158+192+124=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC07C is #613F83. Grayscale: #AEAEAE. Windows color (decimal): -6373252 or 8175774. OLE color: 8175774.
HSL color Cylindrical-coordinate representation of color #9EC07C: hue angle of 90º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EC07C is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 124 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.25 |
| HSL | 90º | 0.35% | 0.62% | - |
| HSV(B) | 90º | 0.35% | 0.75% | - |
| XYZ | 36.59 | 46.42 | 26.1 | - |
| YUV | 174.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 124 | 0.18 | 0 | 0.35 | 0.25 | 90 | 0.35 | 0.62 |
| Hex | 9E | C0 | 7C | 12 | 0 | 23 | 19 | 5A | 23 | 3E |
| Octal | 236 | 300 | 174 | 22 | 0 | 43 | 31 | 132 | 43 | 76 |
| Binary | 10011110 | 11000000 | 1111100 | 10010 | 0 | 100011 | 11001 | 1011010 | 100011 | 111110 |
Color Harmonies of #9EC07C
Complementary color
Monochromatic Colors of #9EC07C
Black with #9EC07C
Text Example
Text Example
White with #9EC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC07C; }
p { color: rgb(158,192,124); }
H1.HeaderClassName
{
color: #9EC07C;
}
.AnyTagClassName
{
color: #9EC07C;
}
</style>
background-color css
<style>
a { background-color: #9EC07C; }
a { background-color: rgb(158,192,124); }
div.DivClassName
{
background-color: #9EC07C;
}
.BgClassName
{
background-color: #9EC07C;
}
</style>
border-color css
<style>
span { border-color: #9EC07C; }
span { border-color: rgb(158,192,124); }
td.TdClassName
{
border-color: #9EC07C;
}
.TagClassName
{
border-color: #9EC07C;
}
</style>