Shades of Olivine #9EC560
Tints of Olivine #9EC560
RGB
CMYK
RGB Variations
Color information
#9EC560 (or 0x9EC560) is known color: Olivine. HEX triplet: 9E, C5 and 60. RGB value is (158,197,96). Sum of RGB (Red+Green+Blue) = 158+197+96=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC560 is #613A9F. Grayscale: #AEAEAE. Windows color (decimal): -6372000 or 6342046. OLE color: 6342046.
HSL color Cylindrical-coordinate representation of color #9EC560: hue angle of 83.17º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EC560 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 96 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.23 |
| HSL | 83.17º | 0.47% | 0.57% | - |
| HSV(B) | 83.17º | 0.51% | 0.77% | - |
| XYZ | 36.18 | 48.05 | 18.43 | - |
| YUV | 173.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 96 | 0.20 | 0 | 0.51 | 0.23 | 83.17 | 0.47 | 0.57 |
| Hex | 9E | C5 | 60 | 14 | 0 | 33 | 17 | 53 | 2F | 39 |
| Octal | 236 | 305 | 140 | 24 | 0 | 63 | 27 | 123 | 57 | 71 |
| Binary | 10011110 | 11000101 | 1100000 | 10100 | 0 | 110011 | 10111 | 1010011 | 101111 | 111001 |
Color Harmonies of #9EC560
Complementary color
Monochromatic Colors of #9EC560
Black with #9EC560
Text Example
Text Example
White with #9EC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC560; }
p { color: rgb(158,197,96); }
H1.HeaderClassName
{
color: #9EC560;
}
.AnyTagClassName
{
color: #9EC560;
}
</style>
background-color css
<style>
a { background-color: #9EC560; }
a { background-color: rgb(158,197,96); }
div.DivClassName
{
background-color: #9EC560;
}
.BgClassName
{
background-color: #9EC560;
}
</style>
border-color css
<style>
span { border-color: #9EC560; }
span { border-color: rgb(158,197,96); }
td.TdClassName
{
border-color: #9EC560;
}
.TagClassName
{
border-color: #9EC560;
}
</style>