Shades of Olivine #8EAA70
Tints of Olivine #8EAA70
RGB
CMYK
RGB Variations
Color information
#8EAA70 (or 0x8EAA70) is known color: Olivine. HEX triplet: 8E, AA and 70. RGB value is (142,170,112). Sum of RGB (Red+Green+Blue) = 142+170+112=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA70 is #71558F. Grayscale: #9B9B9B. Windows color (decimal): -7427472 or 7383694. OLE color: 7383694.
HSL color Cylindrical-coordinate representation of color #8EAA70: hue angle of 88.97º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EAA70 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 112 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.33 |
| HSL | 88.97º | 0.25% | 0.55% | - |
| HSV(B) | 88.97º | 0.34% | 0.67% | - |
| XYZ | 28.45 | 35.67 | 20.71 | - |
| YUV | 155.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 112 | 0.16 | 0 | 0.34 | 0.33 | 88.97 | 0.25 | 0.55 |
| Hex | 8E | AA | 70 | 10 | 0 | 22 | 21 | 59 | 19 | 37 |
| Octal | 216 | 252 | 160 | 20 | 0 | 42 | 41 | 131 | 31 | 67 |
| Binary | 10001110 | 10101010 | 1110000 | 10000 | 0 | 100010 | 100001 | 1011001 | 11001 | 110111 |
Color Harmonies of #8EAA70
Complementary color
Monochromatic Colors of #8EAA70
Black with #8EAA70
Text Example
Text Example
White with #8EAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA70; }
p { color: rgb(142,170,112); }
H1.HeaderClassName
{
color: #8EAA70;
}
.AnyTagClassName
{
color: #8EAA70;
}
</style>
background-color css
<style>
a { background-color: #8EAA70; }
a { background-color: rgb(142,170,112); }
div.DivClassName
{
background-color: #8EAA70;
}
.BgClassName
{
background-color: #8EAA70;
}
</style>
border-color css
<style>
span { border-color: #8EAA70; }
span { border-color: rgb(142,170,112); }
td.TdClassName
{
border-color: #8EAA70;
}
.TagClassName
{
border-color: #8EAA70;
}
</style>