Shades of Olivine #9EC168
Tints of Olivine #9EC168
RGB
CMYK
RGB Variations
Color information
#9EC168 (or 0x9EC168) is known color: Olivine. HEX triplet: 9E, C1 and 68. RGB value is (158,193,104). Sum of RGB (Red+Green+Blue) = 158+193+104=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC168 is #613E97. Grayscale: #ACACAC. Windows color (decimal): -6373016 or 6865310. OLE color: 6865310.
HSL color Cylindrical-coordinate representation of color #9EC168: hue angle of 83.6º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EC168 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 104 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.24 |
| HSL | 83.6º | 0.42% | 0.58% | - |
| HSV(B) | 83.6º | 0.46% | 0.76% | - |
| XYZ | 35.67 | 46.41 | 20.17 | - |
| YUV | 172.39 | 89.4 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 104 | 0.18 | 0 | 0.46 | 0.24 | 83.6 | 0.42 | 0.58 |
| Hex | 9E | C1 | 68 | 12 | 0 | 2E | 18 | 54 | 2A | 3A |
| Octal | 236 | 301 | 150 | 22 | 0 | 56 | 30 | 124 | 52 | 72 |
| Binary | 10011110 | 11000001 | 1101000 | 10010 | 0 | 101110 | 11000 | 1010100 | 101010 | 111010 |
Color Harmonies of #9EC168
Complementary color
Monochromatic Colors of #9EC168
Black with #9EC168
Text Example
Text Example
White with #9EC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC168; }
p { color: rgb(158,193,104); }
H1.HeaderClassName
{
color: #9EC168;
}
.AnyTagClassName
{
color: #9EC168;
}
</style>
background-color css
<style>
a { background-color: #9EC168; }
a { background-color: rgb(158,193,104); }
div.DivClassName
{
background-color: #9EC168;
}
.BgClassName
{
background-color: #9EC168;
}
</style>
border-color css
<style>
span { border-color: #9EC168; }
span { border-color: rgb(158,193,104); }
td.TdClassName
{
border-color: #9EC168;
}
.TagClassName
{
border-color: #9EC168;
}
</style>