Shades of Olivine #8EAA7B
Tints of Olivine #8EAA7B
RGB
CMYK
RGB Variations
Color information
#8EAA7B (or 0x8EAA7B) is known color: Olivine. HEX triplet: 8E, AA and 7B. RGB value is (142,170,123). Sum of RGB (Red+Green+Blue) = 142+170+123=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA7B is #715584. Grayscale: #9C9C9C. Windows color (decimal): -7427461 or 8104590. OLE color: 8104590.
HSL color Cylindrical-coordinate representation of color #8EAA7B: hue angle of 95.74º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EAA7B is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 123 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.33 |
| HSL | 95.74º | 0.22% | 0.57% | - |
| HSV(B) | 95.74º | 0.28% | 0.67% | - |
| XYZ | 29.11 | 35.93 | 24.14 | - |
| YUV | 156.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 123 | 0.16 | 0 | 0.28 | 0.33 | 95.74 | 0.22 | 0.57 |
| Hex | 8E | AA | 7B | 10 | 0 | 1C | 21 | 60 | 16 | 39 |
| Octal | 216 | 252 | 173 | 20 | 0 | 34 | 41 | 140 | 26 | 71 |
| Binary | 10001110 | 10101010 | 1111011 | 10000 | 0 | 11100 | 100001 | 1100000 | 10110 | 111001 |
Color Harmonies of #8EAA7B
Complementary color
Monochromatic Colors of #8EAA7B
Black with #8EAA7B
Text Example
Text Example
White with #8EAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA7B; }
p { color: rgb(142,170,123); }
H1.HeaderClassName
{
color: #8EAA7B;
}
.AnyTagClassName
{
color: #8EAA7B;
}
</style>
background-color css
<style>
a { background-color: #8EAA7B; }
a { background-color: rgb(142,170,123); }
div.DivClassName
{
background-color: #8EAA7B;
}
.BgClassName
{
background-color: #8EAA7B;
}
</style>
border-color css
<style>
span { border-color: #8EAA7B; }
span { border-color: rgb(142,170,123); }
td.TdClassName
{
border-color: #8EAA7B;
}
.TagClassName
{
border-color: #8EAA7B;
}
</style>