Shades of Olivine #9EC468
Tints of Olivine #9EC468
RGB
CMYK
RGB Variations
Color information
#9EC468 (or 0x9EC468) is known color: Olivine. HEX triplet: 9E, C4 and 68. RGB value is (158,196,104). Sum of RGB (Red+Green+Blue) = 158+196+104=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC468 is #613B97. Grayscale: #AEAEAE. Windows color (decimal): -6372248 or 6866078. OLE color: 6866078.
HSL color Cylindrical-coordinate representation of color #9EC468: hue angle of 84.78º 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 #9EC468 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 196 | 104 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.23 |
| HSL | 84.78º | 0.44% | 0.59% | - |
| HSV(B) | 84.78º | 0.47% | 0.77% | - |
| XYZ | 36.34 | 47.75 | 20.4 | - |
| YUV | 174.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 104 | 0.19 | 0 | 0.47 | 0.23 | 84.78 | 0.44 | 0.59 |
| Hex | 9E | C4 | 68 | 13 | 0 | 2F | 17 | 55 | 2C | 3B |
| Octal | 236 | 304 | 150 | 23 | 0 | 57 | 27 | 125 | 54 | 73 |
| Binary | 10011110 | 11000100 | 1101000 | 10011 | 0 | 101111 | 10111 | 1010101 | 101100 | 111011 |
Color Harmonies of #9EC468
Complementary color
Monochromatic Colors of #9EC468
Black with #9EC468
Text Example
Text Example
White with #9EC468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC468; }
p { color: rgb(158,196,104); }
H1.HeaderClassName
{
color: #9EC468;
}
.AnyTagClassName
{
color: #9EC468;
}
</style>
background-color css
<style>
a { background-color: #9EC468; }
a { background-color: rgb(158,196,104); }
div.DivClassName
{
background-color: #9EC468;
}
.BgClassName
{
background-color: #9EC468;
}
</style>
border-color css
<style>
span { border-color: #9EC468; }
span { border-color: rgb(158,196,104); }
td.TdClassName
{
border-color: #9EC468;
}
.TagClassName
{
border-color: #9EC468;
}
</style>