Shades of Olivine #8EAA78
Tints of Olivine #8EAA78
RGB
CMYK
RGB Variations
Color information
#8EAA78 (or 0x8EAA78) is known color: Olivine. HEX triplet: 8E, AA and 78. RGB value is (142,170,120). Sum of RGB (Red+Green+Blue) = 142+170+120=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA78 is #715587. Grayscale: #9C9C9C. Windows color (decimal): -7427464 or 7907982. OLE color: 7907982.
HSL color Cylindrical-coordinate representation of color #8EAA78: hue angle of 93.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EAA78 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 120 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.33 |
| HSL | 93.6º | 0.23% | 0.57% | - |
| HSV(B) | 93.6º | 0.29% | 0.67% | - |
| XYZ | 28.92 | 35.86 | 23.17 | - |
| YUV | 155.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 120 | 0.16 | 0 | 0.29 | 0.33 | 93.6 | 0.23 | 0.57 |
| Hex | 8E | AA | 78 | 10 | 0 | 1D | 21 | 5E | 17 | 39 |
| Octal | 216 | 252 | 170 | 20 | 0 | 35 | 41 | 136 | 27 | 71 |
| Binary | 10001110 | 10101010 | 1111000 | 10000 | 0 | 11101 | 100001 | 1011110 | 10111 | 111001 |
Color Harmonies of #8EAA78
Complementary color
Monochromatic Colors of #8EAA78
Black with #8EAA78
Text Example
Text Example
White with #8EAA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA78; }
p { color: rgb(142,170,120); }
H1.HeaderClassName
{
color: #8EAA78;
}
.AnyTagClassName
{
color: #8EAA78;
}
</style>
background-color css
<style>
a { background-color: #8EAA78; }
a { background-color: rgb(142,170,120); }
div.DivClassName
{
background-color: #8EAA78;
}
.BgClassName
{
background-color: #8EAA78;
}
</style>
border-color css
<style>
span { border-color: #8EAA78; }
span { border-color: rgb(142,170,120); }
td.TdClassName
{
border-color: #8EAA78;
}
.TagClassName
{
border-color: #8EAA78;
}
</style>