Shades of Olivine #9EC07D
Tints of Olivine #9EC07D
RGB
CMYK
RGB Variations
Color information
#9EC07D (or 0x9EC07D) is known color: Olivine. HEX triplet: 9E, C0 and 7D. RGB value is (158,192,125). Sum of RGB (Red+Green+Blue) = 158+192+125=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC07D is #613F82. Grayscale: #AEAEAE. Windows color (decimal): -6373251 or 8241310. OLE color: 8241310.
HSL color Cylindrical-coordinate representation of color #9EC07D: hue angle of 90.45º 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 #9EC07D is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 125 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.25 |
| HSL | 90.45º | 0.35% | 0.62% | - |
| HSV(B) | 90.45º | 0.35% | 0.75% | - |
| XYZ | 36.65 | 46.45 | 26.44 | - |
| YUV | 174.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 125 | 0.18 | 0 | 0.35 | 0.25 | 90.45 | 0.35 | 0.62 |
| Hex | 9E | C0 | 7D | 12 | 0 | 23 | 19 | 5A | 23 | 3E |
| Octal | 236 | 300 | 175 | 22 | 0 | 43 | 31 | 132 | 43 | 76 |
| Binary | 10011110 | 11000000 | 1111101 | 10010 | 0 | 100011 | 11001 | 1011010 | 100011 | 111110 |
Color Harmonies of #9EC07D
Complementary color
Monochromatic Colors of #9EC07D
Black with #9EC07D
Text Example
Text Example
White with #9EC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC07D; }
p { color: rgb(158,192,125); }
H1.HeaderClassName
{
color: #9EC07D;
}
.AnyTagClassName
{
color: #9EC07D;
}
</style>
background-color css
<style>
a { background-color: #9EC07D; }
a { background-color: rgb(158,192,125); }
div.DivClassName
{
background-color: #9EC07D;
}
.BgClassName
{
background-color: #9EC07D;
}
</style>
border-color css
<style>
span { border-color: #9EC07D; }
span { border-color: rgb(158,192,125); }
td.TdClassName
{
border-color: #9EC07D;
}
.TagClassName
{
border-color: #9EC07D;
}
</style>