Shades of Olivine #8EAD71
Tints of Olivine #8EAD71
RGB
CMYK
RGB Variations
Color information
#8EAD71 (or 0x8EAD71) is known color: Olivine. HEX triplet: 8E, AD and 71. RGB value is (142,173,113). Sum of RGB (Red+Green+Blue) = 142+173+113=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAD71 is #71528E. Grayscale: #9D9D9D. Windows color (decimal): -7426703 or 7449998. OLE color: 7449998.
HSL color Cylindrical-coordinate representation of color #8EAD71: hue angle of 91º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EAD71 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 173 | 113 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.32 |
| HSL | 91º | 0.27% | 0.56% | - |
| HSV(B) | 91º | 0.35% | 0.68% | - |
| XYZ | 29.08 | 36.83 | 21.2 | - |
| YUV | 156.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 113 | 0.18 | 0 | 0.35 | 0.32 | 91 | 0.27 | 0.56 |
| Hex | 8E | AD | 71 | 12 | 0 | 23 | 20 | 5B | 1B | 38 |
| Octal | 216 | 255 | 161 | 22 | 0 | 43 | 40 | 133 | 33 | 70 |
| Binary | 10001110 | 10101101 | 1110001 | 10010 | 0 | 100011 | 100000 | 1011011 | 11011 | 111000 |
Color Harmonies of #8EAD71
Complementary color
Monochromatic Colors of #8EAD71
Black with #8EAD71
Text Example
Text Example
White with #8EAD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAD71; }
p { color: rgb(142,173,113); }
H1.HeaderClassName
{
color: #8EAD71;
}
.AnyTagClassName
{
color: #8EAD71;
}
</style>
background-color css
<style>
a { background-color: #8EAD71; }
a { background-color: rgb(142,173,113); }
div.DivClassName
{
background-color: #8EAD71;
}
.BgClassName
{
background-color: #8EAD71;
}
</style>
border-color css
<style>
span { border-color: #8EAD71; }
span { border-color: rgb(142,173,113); }
td.TdClassName
{
border-color: #8EAD71;
}
.TagClassName
{
border-color: #8EAD71;
}
</style>