Shades of Olivine #9EC66A
Tints of Olivine #9EC66A
RGB
CMYK
RGB Variations
Color information
#9EC66A (or 0x9EC66A) is known color: Olivine. HEX triplet: 9E, C6 and 6A. RGB value is (158,198,106). Sum of RGB (Red+Green+Blue) = 158+198+106=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC66A is #613995. Grayscale: #AFAFAF. Windows color (decimal): -6371734 or 6997662. OLE color: 6997662.
HSL color Cylindrical-coordinate representation of color #9EC66A: hue angle of 86.09º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EC66A is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 106 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.22 |
| HSL | 86.09º | 0.45% | 0.6% | - |
| HSV(B) | 86.09º | 0.46% | 0.78% | - |
| XYZ | 36.9 | 48.7 | 21.09 | - |
| YUV | 175.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 106 | 0.20 | 0 | 0.46 | 0.22 | 86.09 | 0.45 | 0.6 |
| Hex | 9E | C6 | 6A | 14 | 0 | 2E | 16 | 56 | 2D | 3C |
| Octal | 236 | 306 | 152 | 24 | 0 | 56 | 26 | 126 | 55 | 74 |
| Binary | 10011110 | 11000110 | 1101010 | 10100 | 0 | 101110 | 10110 | 1010110 | 101101 | 111100 |
Color Harmonies of #9EC66A
Complementary color
Monochromatic Colors of #9EC66A
Black with #9EC66A
Text Example
Text Example
White with #9EC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC66A; }
p { color: rgb(158,198,106); }
H1.HeaderClassName
{
color: #9EC66A;
}
.AnyTagClassName
{
color: #9EC66A;
}
</style>
background-color css
<style>
a { background-color: #9EC66A; }
a { background-color: rgb(158,198,106); }
div.DivClassName
{
background-color: #9EC66A;
}
.BgClassName
{
background-color: #9EC66A;
}
</style>
border-color css
<style>
span { border-color: #9EC66A; }
span { border-color: rgb(158,198,106); }
td.TdClassName
{
border-color: #9EC66A;
}
.TagClassName
{
border-color: #9EC66A;
}
</style>