Shades of Olivine #9EC06A
Tints of Olivine #9EC06A
RGB
CMYK
RGB Variations
Color information
#9EC06A (or 0x9EC06A) is known color: Olivine. HEX triplet: 9E, C0 and 6A. RGB value is (158,192,106). Sum of RGB (Red+Green+Blue) = 158+192+106=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC06A is #613F95. Grayscale: #ACACAC. Windows color (decimal): -6373270 or 6996126. OLE color: 6996126.
HSL color Cylindrical-coordinate representation of color #9EC06A: hue angle of 83.72º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EC06A is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 106 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.25 |
| HSL | 83.72º | 0.41% | 0.58% | - |
| HSV(B) | 83.72º | 0.45% | 0.75% | - |
| XYZ | 35.55 | 46.01 | 20.64 | - |
| YUV | 172.03 | 90.74 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 106 | 0.18 | 0 | 0.45 | 0.25 | 83.72 | 0.41 | 0.58 |
| Hex | 9E | C0 | 6A | 12 | 0 | 2D | 19 | 54 | 29 | 3A |
| Octal | 236 | 300 | 152 | 22 | 0 | 55 | 31 | 124 | 51 | 72 |
| Binary | 10011110 | 11000000 | 1101010 | 10010 | 0 | 101101 | 11001 | 1010100 | 101001 | 111010 |
Color Harmonies of #9EC06A
Complementary color
Monochromatic Colors of #9EC06A
Black with #9EC06A
Text Example
Text Example
White with #9EC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC06A; }
p { color: rgb(158,192,106); }
H1.HeaderClassName
{
color: #9EC06A;
}
.AnyTagClassName
{
color: #9EC06A;
}
</style>
background-color css
<style>
a { background-color: #9EC06A; }
a { background-color: rgb(158,192,106); }
div.DivClassName
{
background-color: #9EC06A;
}
.BgClassName
{
background-color: #9EC06A;
}
</style>
border-color css
<style>
span { border-color: #9EC06A; }
span { border-color: rgb(158,192,106); }
td.TdClassName
{
border-color: #9EC06A;
}
.TagClassName
{
border-color: #9EC06A;
}
</style>