Shades of Olivine #8EAE7C
Tints of Olivine #8EAE7C
RGB
CMYK
RGB Variations
Color information
#8EAE7C (or 0x8EAE7C) is known color: Olivine. HEX triplet: 8E, AE and 7C. RGB value is (142,174,124). Sum of RGB (Red+Green+Blue) = 142+174+124=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAE7C is #715183. Grayscale: #9E9E9E. Windows color (decimal): -7426436 or 8171150. OLE color: 8171150.
HSL color Cylindrical-coordinate representation of color #8EAE7C: hue angle of 98.4º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EAE7C is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 174 | 124 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.32 |
| HSL | 98.4º | 0.24% | 0.58% | - |
| HSV(B) | 98.4º | 0.29% | 0.68% | - |
| XYZ | 29.93 | 37.48 | 24.73 | - |
| YUV | 158.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 174 | 124 | 0.18 | 0 | 0.29 | 0.32 | 98.4 | 0.24 | 0.58 |
| Hex | 8E | AE | 7C | 12 | 0 | 1D | 20 | 62 | 18 | 3A |
| Octal | 216 | 256 | 174 | 22 | 0 | 35 | 40 | 142 | 30 | 72 |
| Binary | 10001110 | 10101110 | 1111100 | 10010 | 0 | 11101 | 100000 | 1100010 | 11000 | 111010 |
Color Harmonies of #8EAE7C
Complementary color
Monochromatic Colors of #8EAE7C
Black with #8EAE7C
Text Example
Text Example
White with #8EAE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAE7C; }
p { color: rgb(142,174,124); }
H1.HeaderClassName
{
color: #8EAE7C;
}
.AnyTagClassName
{
color: #8EAE7C;
}
</style>
background-color css
<style>
a { background-color: #8EAE7C; }
a { background-color: rgb(142,174,124); }
div.DivClassName
{
background-color: #8EAE7C;
}
.BgClassName
{
background-color: #8EAE7C;
}
</style>
border-color css
<style>
span { border-color: #8EAE7C; }
span { border-color: rgb(142,174,124); }
td.TdClassName
{
border-color: #8EAE7C;
}
.TagClassName
{
border-color: #8EAE7C;
}
</style>