Shades of Olivine #9EC568
Tints of Olivine #9EC568
RGB
CMYK
RGB Variations
Color information
#9EC568 (or 0x9EC568) is known color: Olivine. HEX triplet: 9E, C5 and 68. RGB value is (158,197,104). Sum of RGB (Red+Green+Blue) = 158+197+104=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC568 is #613A97. Grayscale: #AFAFAF. Windows color (decimal): -6371992 or 6866334. OLE color: 6866334.
HSL color Cylindrical-coordinate representation of color #9EC568: hue angle of 85.16º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EC568 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 104 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.23 |
| HSL | 85.16º | 0.44% | 0.59% | - |
| HSV(B) | 85.16º | 0.47% | 0.77% | - |
| XYZ | 36.57 | 48.2 | 20.47 | - |
| YUV | 174.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 104 | 0.20 | 0 | 0.47 | 0.23 | 85.16 | 0.44 | 0.59 |
| Hex | 9E | C5 | 68 | 14 | 0 | 2F | 17 | 55 | 2C | 3B |
| Octal | 236 | 305 | 150 | 24 | 0 | 57 | 27 | 125 | 54 | 73 |
| Binary | 10011110 | 11000101 | 1101000 | 10100 | 0 | 101111 | 10111 | 1010101 | 101100 | 111011 |
Color Harmonies of #9EC568
Complementary color
Monochromatic Colors of #9EC568
Black with #9EC568
Text Example
Text Example
White with #9EC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC568; }
p { color: rgb(158,197,104); }
H1.HeaderClassName
{
color: #9EC568;
}
.AnyTagClassName
{
color: #9EC568;
}
</style>
background-color css
<style>
a { background-color: #9EC568; }
a { background-color: rgb(158,197,104); }
div.DivClassName
{
background-color: #9EC568;
}
.BgClassName
{
background-color: #9EC568;
}
</style>
border-color css
<style>
span { border-color: #9EC568; }
span { border-color: rgb(158,197,104); }
td.TdClassName
{
border-color: #9EC568;
}
.TagClassName
{
border-color: #9EC568;
}
</style>