Shades of Olivine #8EA675
Tints of Olivine #8EA675
RGB
CMYK
RGB Variations
Color information
#8EA675 (or 0x8EA675) is known color: Olivine. HEX triplet: 8E, A6 and 75. RGB value is (142,166,117). Sum of RGB (Red+Green+Blue) = 142+166+117=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA675 is #71598A. Grayscale: #999999. Windows color (decimal): -7428491 or 7710350. OLE color: 7710350.
HSL color Cylindrical-coordinate representation of color #8EA675: hue angle of 89.39º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EA675 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 166 | 117 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.35 |
| HSL | 89.39º | 0.22% | 0.55% | - |
| HSV(B) | 89.39º | 0.3% | 0.65% | - |
| XYZ | 28 | 34.31 | 21.98 | - |
| YUV | 153.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 166 | 117 | 0.14 | 0 | 0.30 | 0.35 | 89.39 | 0.22 | 0.55 |
| Hex | 8E | A6 | 75 | E | 0 | 1E | 23 | 59 | 16 | 37 |
| Octal | 216 | 246 | 165 | 16 | 0 | 36 | 43 | 131 | 26 | 67 |
| Binary | 10001110 | 10100110 | 1110101 | 1110 | 0 | 11110 | 100011 | 1011001 | 10110 | 110111 |
Color Harmonies of #8EA675
Complementary color
Monochromatic Colors of #8EA675
Black with #8EA675
Text Example
Text Example
White with #8EA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA675; }
p { color: rgb(142,166,117); }
H1.HeaderClassName
{
color: #8EA675;
}
.AnyTagClassName
{
color: #8EA675;
}
</style>
background-color css
<style>
a { background-color: #8EA675; }
a { background-color: rgb(142,166,117); }
div.DivClassName
{
background-color: #8EA675;
}
.BgClassName
{
background-color: #8EA675;
}
</style>
border-color css
<style>
span { border-color: #8EA675; }
span { border-color: rgb(142,166,117); }
td.TdClassName
{
border-color: #8EA675;
}
.TagClassName
{
border-color: #8EA675;
}
</style>