Shades of Olivine #8EA871
Tints of Olivine #8EA871
RGB
CMYK
RGB Variations
Color information
#8EA871 (or 0x8EA871) is known color: Olivine. HEX triplet: 8E, A8 and 71. RGB value is (142,168,113). Sum of RGB (Red+Green+Blue) = 142+168+113=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA871 is #71578E. Grayscale: #9A9A9A. Windows color (decimal): -7427983 or 7448718. OLE color: 7448718.
HSL color Cylindrical-coordinate representation of color #8EA871: hue angle of 88.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EA871 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 168 | 113 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.34 |
| HSL | 88.36º | 0.24% | 0.55% | - |
| HSV(B) | 88.36º | 0.33% | 0.66% | - |
| XYZ | 28.14 | 34.95 | 20.89 | - |
| YUV | 153.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 113 | 0.15 | 0 | 0.33 | 0.34 | 88.36 | 0.24 | 0.55 |
| Hex | 8E | A8 | 71 | F | 0 | 21 | 22 | 58 | 18 | 37 |
| Octal | 216 | 250 | 161 | 17 | 0 | 41 | 42 | 130 | 30 | 67 |
| Binary | 10001110 | 10101000 | 1110001 | 1111 | 0 | 100001 | 100010 | 1011000 | 11000 | 110111 |
Color Harmonies of #8EA871
Complementary color
Monochromatic Colors of #8EA871
Black with #8EA871
Text Example
Text Example
White with #8EA871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA871; }
p { color: rgb(142,168,113); }
H1.HeaderClassName
{
color: #8EA871;
}
.AnyTagClassName
{
color: #8EA871;
}
</style>
background-color css
<style>
a { background-color: #8EA871; }
a { background-color: rgb(142,168,113); }
div.DivClassName
{
background-color: #8EA871;
}
.BgClassName
{
background-color: #8EA871;
}
</style>
border-color css
<style>
span { border-color: #8EA871; }
span { border-color: rgb(142,168,113); }
td.TdClassName
{
border-color: #8EA871;
}
.TagClassName
{
border-color: #8EA871;
}
</style>