Shades of Olivine #8EAC78
Tints of Olivine #8EAC78
RGB
CMYK
RGB Variations
Color information
#8EAC78 (or 0x8EAC78) is known color: Olivine. HEX triplet: 8E, AC and 78. RGB value is (142,172,120). Sum of RGB (Red+Green+Blue) = 142+172+120=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAC78 is #715387. Grayscale: #9D9D9D. Windows color (decimal): -7426952 or 7908494. OLE color: 7908494.
HSL color Cylindrical-coordinate representation of color #8EAC78: hue angle of 94.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EAC78 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 120 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.33 |
| HSL | 94.62º | 0.24% | 0.57% | - |
| HSV(B) | 94.62º | 0.3% | 0.67% | - |
| XYZ | 29.3 | 36.61 | 23.29 | - |
| YUV | 157.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 120 | 0.17 | 0 | 0.30 | 0.33 | 94.62 | 0.24 | 0.57 |
| Hex | 8E | AC | 78 | 11 | 0 | 1E | 21 | 5F | 18 | 39 |
| Octal | 216 | 254 | 170 | 21 | 0 | 36 | 41 | 137 | 30 | 71 |
| Binary | 10001110 | 10101100 | 1111000 | 10001 | 0 | 11110 | 100001 | 1011111 | 11000 | 111001 |
Color Harmonies of #8EAC78
Complementary color
Monochromatic Colors of #8EAC78
Black with #8EAC78
Text Example
Text Example
White with #8EAC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAC78; }
p { color: rgb(142,172,120); }
H1.HeaderClassName
{
color: #8EAC78;
}
.AnyTagClassName
{
color: #8EAC78;
}
</style>
background-color css
<style>
a { background-color: #8EAC78; }
a { background-color: rgb(142,172,120); }
div.DivClassName
{
background-color: #8EAC78;
}
.BgClassName
{
background-color: #8EAC78;
}
</style>
border-color css
<style>
span { border-color: #8EAC78; }
span { border-color: rgb(142,172,120); }
td.TdClassName
{
border-color: #8EAC78;
}
.TagClassName
{
border-color: #8EAC78;
}
</style>