Shades of Olivine #9EC66C
Tints of Olivine #9EC66C
RGB
CMYK
RGB Variations
Color information
#9EC66C (or 0x9EC66C) is known color: Olivine. HEX triplet: 9E, C6 and 6C. RGB value is (158,198,108). Sum of RGB (Red+Green+Blue) = 158+198+108=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC66C is #613993. Grayscale: #B0B0B0. Windows color (decimal): -6371732 or 7128734. OLE color: 7128734.
HSL color Cylindrical-coordinate representation of color #9EC66C: hue angle of 86.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EC66C is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 108 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.22 |
| HSL | 86.67º | 0.44% | 0.6% | - |
| HSV(B) | 86.67º | 0.45% | 0.78% | - |
| XYZ | 37 | 48.74 | 21.64 | - |
| YUV | 175.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 108 | 0.20 | 0 | 0.45 | 0.22 | 86.67 | 0.44 | 0.6 |
| Hex | 9E | C6 | 6C | 14 | 0 | 2D | 16 | 57 | 2C | 3C |
| Octal | 236 | 306 | 154 | 24 | 0 | 55 | 26 | 127 | 54 | 74 |
| Binary | 10011110 | 11000110 | 1101100 | 10100 | 0 | 101101 | 10110 | 1010111 | 101100 | 111100 |
Color Harmonies of #9EC66C
Complementary color
Monochromatic Colors of #9EC66C
Black with #9EC66C
Text Example
Text Example
White with #9EC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC66C; }
p { color: rgb(158,198,108); }
H1.HeaderClassName
{
color: #9EC66C;
}
.AnyTagClassName
{
color: #9EC66C;
}
</style>
background-color css
<style>
a { background-color: #9EC66C; }
a { background-color: rgb(158,198,108); }
div.DivClassName
{
background-color: #9EC66C;
}
.BgClassName
{
background-color: #9EC66C;
}
</style>
border-color css
<style>
span { border-color: #9EC66C; }
span { border-color: rgb(158,198,108); }
td.TdClassName
{
border-color: #9EC66C;
}
.TagClassName
{
border-color: #9EC66C;
}
</style>