Shades of Olivine #8EA96F
Tints of Olivine #8EA96F
RGB
CMYK
RGB Variations
Color information
#8EA96F (or 0x8EA96F) is known color: Olivine. HEX triplet: 8E, A9 and 6F. RGB value is (142,169,111). Sum of RGB (Red+Green+Blue) = 142+169+111=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA96F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA96F is #715690. Grayscale: #9A9A9A. Windows color (decimal): -7427729 or 7317902. OLE color: 7317902.
HSL color Cylindrical-coordinate representation of color #8EA96F: hue angle of 87.93º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EA96F is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 169 | 111 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.34 |
| HSL | 87.93º | 0.25% | 0.55% | - |
| HSV(B) | 87.93º | 0.34% | 0.66% | - |
| XYZ | 28.21 | 35.27 | 20.36 | - |
| YUV | 154.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 169 | 111 | 0.16 | 0 | 0.34 | 0.34 | 87.93 | 0.25 | 0.55 |
| Hex | 8E | A9 | 6F | 10 | 0 | 22 | 22 | 58 | 19 | 37 |
| Octal | 216 | 251 | 157 | 20 | 0 | 42 | 42 | 130 | 31 | 67 |
| Binary | 10001110 | 10101001 | 1101111 | 10000 | 0 | 100010 | 100010 | 1011000 | 11001 | 110111 |
Color Harmonies of #8EA96F
Complementary color
Monochromatic Colors of #8EA96F
Black with #8EA96F
Text Example
Text Example
White with #8EA96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA96F; }
p { color: rgb(142,169,111); }
H1.HeaderClassName
{
color: #8EA96F;
}
.AnyTagClassName
{
color: #8EA96F;
}
</style>
background-color css
<style>
a { background-color: #8EA96F; }
a { background-color: rgb(142,169,111); }
div.DivClassName
{
background-color: #8EA96F;
}
.BgClassName
{
background-color: #8EA96F;
}
</style>
border-color css
<style>
span { border-color: #8EA96F; }
span { border-color: rgb(142,169,111); }
td.TdClassName
{
border-color: #8EA96F;
}
.TagClassName
{
border-color: #8EA96F;
}
</style>