Shades of Olivine #8EA975
Tints of Olivine #8EA975
RGB
CMYK
RGB Variations
Color information
#8EA975 (or 0x8EA975) is known color: Olivine. HEX triplet: 8E, A9 and 75. RGB value is (142,169,117). Sum of RGB (Red+Green+Blue) = 142+169+117=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA975 is #71568A. Grayscale: #9B9B9B. Windows color (decimal): -7427723 or 7711118. OLE color: 7711118.
HSL color Cylindrical-coordinate representation of color #8EA975: hue angle of 91.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EA975 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 169 | 117 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.34 |
| HSL | 91.15º | 0.23% | 0.56% | - |
| HSV(B) | 91.15º | 0.31% | 0.66% | - |
| XYZ | 28.55 | 35.41 | 22.16 | - |
| YUV | 155 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 169 | 117 | 0.16 | 0 | 0.31 | 0.34 | 91.15 | 0.23 | 0.56 |
| Hex | 8E | A9 | 75 | 10 | 0 | 1F | 22 | 5B | 17 | 38 |
| Octal | 216 | 251 | 165 | 20 | 0 | 37 | 42 | 133 | 27 | 70 |
| Binary | 10001110 | 10101001 | 1110101 | 10000 | 0 | 11111 | 100010 | 1011011 | 10111 | 111000 |
Color Harmonies of #8EA975
Complementary color
Monochromatic Colors of #8EA975
Black with #8EA975
Text Example
Text Example
White with #8EA975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA975; }
p { color: rgb(142,169,117); }
H1.HeaderClassName
{
color: #8EA975;
}
.AnyTagClassName
{
color: #8EA975;
}
</style>
background-color css
<style>
a { background-color: #8EA975; }
a { background-color: rgb(142,169,117); }
div.DivClassName
{
background-color: #8EA975;
}
.BgClassName
{
background-color: #8EA975;
}
</style>
border-color css
<style>
span { border-color: #8EA975; }
span { border-color: rgb(142,169,117); }
td.TdClassName
{
border-color: #8EA975;
}
.TagClassName
{
border-color: #8EA975;
}
</style>