Shades of Olivine #8EA278
Tints of Olivine #8EA278
RGB
CMYK
RGB Variations
Color information
#8EA278 (or 0x8EA278) is known color: Olivine. HEX triplet: 8E, A2 and 78. RGB value is (142,162,120). Sum of RGB (Red+Green+Blue) = 142+162+120=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA278 is #715D87. Grayscale: #979797. Windows color (decimal): -7429512 or 7905934. OLE color: 7905934.
HSL color Cylindrical-coordinate representation of color #8EA278: hue angle of 88.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EA278 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 120 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.36 |
| HSL | 88.57º | 0.18% | 0.55% | - |
| HSV(B) | 88.57º | 0.26% | 0.64% | - |
| XYZ | 27.47 | 32.95 | 22.68 | - |
| YUV | 151.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 120 | 0.12 | 0 | 0.26 | 0.36 | 88.57 | 0.18 | 0.55 |
| Hex | 8E | A2 | 78 | C | 0 | 1A | 24 | 59 | 12 | 37 |
| Octal | 216 | 242 | 170 | 14 | 0 | 32 | 44 | 131 | 22 | 67 |
| Binary | 10001110 | 10100010 | 1111000 | 1100 | 0 | 11010 | 100100 | 1011001 | 10010 | 110111 |
Color Harmonies of #8EA278
Complementary color
Monochromatic Colors of #8EA278
Black with #8EA278
Text Example
Text Example
White with #8EA278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA278; }
p { color: rgb(142,162,120); }
H1.HeaderClassName
{
color: #8EA278;
}
.AnyTagClassName
{
color: #8EA278;
}
</style>
background-color css
<style>
a { background-color: #8EA278; }
a { background-color: rgb(142,162,120); }
div.DivClassName
{
background-color: #8EA278;
}
.BgClassName
{
background-color: #8EA278;
}
</style>
border-color css
<style>
span { border-color: #8EA278; }
span { border-color: rgb(142,162,120); }
td.TdClassName
{
border-color: #8EA278;
}
.TagClassName
{
border-color: #8EA278;
}
</style>