Shades of Olivine #8EA870
Tints of Olivine #8EA870
RGB
CMYK
RGB Variations
Color information
#8EA870 (or 0x8EA870) is known color: Olivine. HEX triplet: 8E, A8 and 70. RGB value is (142,168,112). Sum of RGB (Red+Green+Blue) = 142+168+112=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA870 is #71578F. Grayscale: #9A9A9A. Windows color (decimal): -7427984 or 7383182. OLE color: 7383182.
HSL color Cylindrical-coordinate representation of color #8EA870: hue angle of 87.86º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EA870 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 168 | 112 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.34 |
| HSL | 87.86º | 0.24% | 0.55% | - |
| HSV(B) | 87.86º | 0.33% | 0.66% | - |
| XYZ | 28.08 | 34.93 | 20.59 | - |
| YUV | 153.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 112 | 0.15 | 0 | 0.33 | 0.34 | 87.86 | 0.24 | 0.55 |
| Hex | 8E | A8 | 70 | F | 0 | 21 | 22 | 58 | 18 | 37 |
| Octal | 216 | 250 | 160 | 17 | 0 | 41 | 42 | 130 | 30 | 67 |
| Binary | 10001110 | 10101000 | 1110000 | 1111 | 0 | 100001 | 100010 | 1011000 | 11000 | 110111 |
Color Harmonies of #8EA870
Complementary color
Monochromatic Colors of #8EA870
Black with #8EA870
Text Example
Text Example
White with #8EA870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA870; }
p { color: rgb(142,168,112); }
H1.HeaderClassName
{
color: #8EA870;
}
.AnyTagClassName
{
color: #8EA870;
}
</style>
background-color css
<style>
a { background-color: #8EA870; }
a { background-color: rgb(142,168,112); }
div.DivClassName
{
background-color: #8EA870;
}
.BgClassName
{
background-color: #8EA870;
}
</style>
border-color css
<style>
span { border-color: #8EA870; }
span { border-color: rgb(142,168,112); }
td.TdClassName
{
border-color: #8EA870;
}
.TagClassName
{
border-color: #8EA870;
}
</style>