Shades of Olivine #9EC66B
Tints of Olivine #9EC66B
RGB
CMYK
RGB Variations
Color information
#9EC66B (or 0x9EC66B) is known color: Olivine. HEX triplet: 9E, C6 and 6B. RGB value is (158,198,107). Sum of RGB (Red+Green+Blue) = 158+198+107=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC66B is #613994. Grayscale: #AFAFAF. Windows color (decimal): -6371733 or 7063198. OLE color: 7063198.
HSL color Cylindrical-coordinate representation of color #9EC66B: hue angle of 86.37º degrees, saturation: 0.44, 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 #9EC66B is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 107 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.22 |
| HSL | 86.37º | 0.44% | 0.6% | - |
| HSV(B) | 86.37º | 0.46% | 0.78% | - |
| XYZ | 36.95 | 48.72 | 21.37 | - |
| YUV | 175.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 107 | 0.20 | 0 | 0.46 | 0.22 | 86.37 | 0.44 | 0.6 |
| Hex | 9E | C6 | 6B | 14 | 0 | 2E | 16 | 56 | 2C | 3C |
| Octal | 236 | 306 | 153 | 24 | 0 | 56 | 26 | 126 | 54 | 74 |
| Binary | 10011110 | 11000110 | 1101011 | 10100 | 0 | 101110 | 10110 | 1010110 | 101100 | 111100 |
Color Harmonies of #9EC66B
Complementary color
Monochromatic Colors of #9EC66B
Black with #9EC66B
Text Example
Text Example
White with #9EC66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC66B; }
p { color: rgb(158,198,107); }
H1.HeaderClassName
{
color: #9EC66B;
}
.AnyTagClassName
{
color: #9EC66B;
}
</style>
background-color css
<style>
a { background-color: #9EC66B; }
a { background-color: rgb(158,198,107); }
div.DivClassName
{
background-color: #9EC66B;
}
.BgClassName
{
background-color: #9EC66B;
}
</style>
border-color css
<style>
span { border-color: #9EC66B; }
span { border-color: rgb(158,198,107); }
td.TdClassName
{
border-color: #9EC66B;
}
.TagClassName
{
border-color: #9EC66B;
}
</style>