Shades of Olivine #8EAC70
Tints of Olivine #8EAC70
RGB
CMYK
RGB Variations
Color information
#8EAC70 (or 0x8EAC70) is known color: Olivine. HEX triplet: 8E, AC and 70. RGB value is (142,172,112). Sum of RGB (Red+Green+Blue) = 142+172+112=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAC70 is #71538F. Grayscale: #9C9C9C. Windows color (decimal): -7426960 or 7384206. OLE color: 7384206.
HSL color Cylindrical-coordinate representation of color #8EAC70: hue angle of 90º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EAC70 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 112 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.33 |
| HSL | 90º | 0.27% | 0.56% | - |
| HSV(B) | 90º | 0.35% | 0.67% | - |
| XYZ | 28.83 | 36.43 | 20.84 | - |
| YUV | 156.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 112 | 0.17 | 0 | 0.35 | 0.33 | 90 | 0.27 | 0.56 |
| Hex | 8E | AC | 70 | 11 | 0 | 23 | 21 | 5A | 1B | 38 |
| Octal | 216 | 254 | 160 | 21 | 0 | 43 | 41 | 132 | 33 | 70 |
| Binary | 10001110 | 10101100 | 1110000 | 10001 | 0 | 100011 | 100001 | 1011010 | 11011 | 111000 |
Color Harmonies of #8EAC70
Complementary color
Monochromatic Colors of #8EAC70
Black with #8EAC70
Text Example
Text Example
White with #8EAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAC70; }
p { color: rgb(142,172,112); }
H1.HeaderClassName
{
color: #8EAC70;
}
.AnyTagClassName
{
color: #8EAC70;
}
</style>
background-color css
<style>
a { background-color: #8EAC70; }
a { background-color: rgb(142,172,112); }
div.DivClassName
{
background-color: #8EAC70;
}
.BgClassName
{
background-color: #8EAC70;
}
</style>
border-color css
<style>
span { border-color: #8EAC70; }
span { border-color: rgb(142,172,112); }
td.TdClassName
{
border-color: #8EAC70;
}
.TagClassName
{
border-color: #8EAC70;
}
</style>