Shades of Olivine #9EC060
Tints of Olivine #9EC060
RGB
CMYK
RGB Variations
Color information
#9EC060 (or 0x9EC060) is known color: Olivine. HEX triplet: 9E, C0 and 60. RGB value is (158,192,96). Sum of RGB (Red+Green+Blue) = 158+192+96=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC060 is #613F9F. Grayscale: #ABABAB. Windows color (decimal): -6373280 or 6340766. OLE color: 6340766.
HSL color Cylindrical-coordinate representation of color #9EC060: hue angle of 81.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EC060 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 96 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.25 |
| HSL | 81.25º | 0.43% | 0.56% | - |
| HSV(B) | 81.25º | 0.5% | 0.75% | - |
| XYZ | 35.06 | 45.81 | 18.06 | - |
| YUV | 170.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 96 | 0.18 | 0 | 0.50 | 0.25 | 81.25 | 0.43 | 0.56 |
| Hex | 9E | C0 | 60 | 12 | 0 | 32 | 19 | 51 | 2B | 38 |
| Octal | 236 | 300 | 140 | 22 | 0 | 62 | 31 | 121 | 53 | 70 |
| Binary | 10011110 | 11000000 | 1100000 | 10010 | 0 | 110010 | 11001 | 1010001 | 101011 | 111000 |
Color Harmonies of #9EC060
Complementary color
Monochromatic Colors of #9EC060
Black with #9EC060
Text Example
Text Example
White with #9EC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC060; }
p { color: rgb(158,192,96); }
H1.HeaderClassName
{
color: #9EC060;
}
.AnyTagClassName
{
color: #9EC060;
}
</style>
background-color css
<style>
a { background-color: #9EC060; }
a { background-color: rgb(158,192,96); }
div.DivClassName
{
background-color: #9EC060;
}
.BgClassName
{
background-color: #9EC060;
}
</style>
border-color css
<style>
span { border-color: #9EC060; }
span { border-color: rgb(158,192,96); }
td.TdClassName
{
border-color: #9EC060;
}
.TagClassName
{
border-color: #9EC060;
}
</style>