Shades of Olivine #8EA778
Tints of Olivine #8EA778
RGB
CMYK
RGB Variations
Color information
#8EA778 (or 0x8EA778) is known color: Olivine. HEX triplet: 8E, A7 and 78. RGB value is (142,167,120). Sum of RGB (Red+Green+Blue) = 142+167+120=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 167 - color contains mainly: green. Hex color #8EA778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA778 is #715887. Grayscale: #9A9A9A. Windows color (decimal): -7428232 or 7907214. OLE color: 7907214.
HSL color Cylindrical-coordinate representation of color #8EA778: hue angle of 91.91º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EA778 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 167 | 120 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.35 |
| HSL | 91.91º | 0.21% | 0.56% | - |
| HSV(B) | 91.91º | 0.28% | 0.65% | - |
| XYZ | 28.36 | 34.74 | 22.98 | - |
| YUV | 154.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 167 | 120 | 0.15 | 0 | 0.28 | 0.35 | 91.91 | 0.21 | 0.56 |
| Hex | 8E | A7 | 78 | F | 0 | 1C | 23 | 5C | 15 | 38 |
| Octal | 216 | 247 | 170 | 17 | 0 | 34 | 43 | 134 | 25 | 70 |
| Binary | 10001110 | 10100111 | 1111000 | 1111 | 0 | 11100 | 100011 | 1011100 | 10101 | 111000 |
Color Harmonies of #8EA778
Complementary color
Monochromatic Colors of #8EA778
Black with #8EA778
Text Example
Text Example
White with #8EA778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA778; }
p { color: rgb(142,167,120); }
H1.HeaderClassName
{
color: #8EA778;
}
.AnyTagClassName
{
color: #8EA778;
}
</style>
background-color css
<style>
a { background-color: #8EA778; }
a { background-color: rgb(142,167,120); }
div.DivClassName
{
background-color: #8EA778;
}
.BgClassName
{
background-color: #8EA778;
}
</style>
border-color css
<style>
span { border-color: #8EA778; }
span { border-color: rgb(142,167,120); }
td.TdClassName
{
border-color: #8EA778;
}
.TagClassName
{
border-color: #8EA778;
}
</style>