Shades of Olivine #8EC079
Tints of Olivine #8EC079
RGB
CMYK
RGB Variations
Color information
#8EC079 (or 0x8EC079) is known color: Olivine. HEX triplet: 8E, C0 and 79. RGB value is (142,192,121). Sum of RGB (Red+Green+Blue) = 142+192+121=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC079 is #713F86. Grayscale: #A9A9A9. Windows color (decimal): -7421831 or 7979150. OLE color: 7979150.
HSL color Cylindrical-coordinate representation of color #8EC079: hue angle of 102.25º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EC079 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 121 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.25 |
| HSL | 102.25º | 0.36% | 0.61% | - |
| HSV(B) | 102.25º | 0.37% | 0.75% | - |
| XYZ | 33.46 | 44.83 | 24.98 | - |
| YUV | 168.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 121 | 0.26 | 0 | 0.37 | 0.25 | 102.25 | 0.36 | 0.61 |
| Hex | 8E | C0 | 79 | 1A | 0 | 25 | 19 | 66 | 24 | 3D |
| Octal | 216 | 300 | 171 | 32 | 0 | 45 | 31 | 146 | 44 | 75 |
| Binary | 10001110 | 11000000 | 1111001 | 11010 | 0 | 100101 | 11001 | 1100110 | 100100 | 111101 |
Color Harmonies of #8EC079
Complementary color
Monochromatic Colors of #8EC079
Black with #8EC079
Text Example
Text Example
White with #8EC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC079; }
p { color: rgb(142,192,121); }
H1.HeaderClassName
{
color: #8EC079;
}
.AnyTagClassName
{
color: #8EC079;
}
</style>
background-color css
<style>
a { background-color: #8EC079; }
a { background-color: rgb(142,192,121); }
div.DivClassName
{
background-color: #8EC079;
}
.BgClassName
{
background-color: #8EC079;
}
</style>
border-color css
<style>
span { border-color: #8EC079; }
span { border-color: rgb(142,192,121); }
td.TdClassName
{
border-color: #8EC079;
}
.TagClassName
{
border-color: #8EC079;
}
</style>