Shades of Olivine #8EAF6E
Tints of Olivine #8EAF6E
RGB
CMYK
RGB Variations
Color information
#8EAF6E (or 0x8EAF6E) is known color: Olivine. HEX triplet: 8E, AF and 6E. RGB value is (142,175,110). Sum of RGB (Red+Green+Blue) = 142+175+110=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAF6E is #715091. Grayscale: #9D9D9D. Windows color (decimal): -7426194 or 7253902. OLE color: 7253902.
HSL color Cylindrical-coordinate representation of color #8EAF6E: hue angle of 90.46º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EAF6E is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 175 | 110 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.31 |
| HSL | 90.46º | 0.29% | 0.56% | - |
| HSV(B) | 90.46º | 0.37% | 0.69% | - |
| XYZ | 29.3 | 37.54 | 20.45 | - |
| YUV | 157.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 110 | 0.19 | 0 | 0.37 | 0.31 | 90.46 | 0.29 | 0.56 |
| Hex | 8E | AF | 6E | 13 | 0 | 25 | 1F | 5A | 1D | 38 |
| Octal | 216 | 257 | 156 | 23 | 0 | 45 | 37 | 132 | 35 | 70 |
| Binary | 10001110 | 10101111 | 1101110 | 10011 | 0 | 100101 | 11111 | 1011010 | 11101 | 111000 |
Color Harmonies of #8EAF6E
Complementary color
Monochromatic Colors of #8EAF6E
Black with #8EAF6E
Text Example
Text Example
White with #8EAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAF6E; }
p { color: rgb(142,175,110); }
H1.HeaderClassName
{
color: #8EAF6E;
}
.AnyTagClassName
{
color: #8EAF6E;
}
</style>
background-color css
<style>
a { background-color: #8EAF6E; }
a { background-color: rgb(142,175,110); }
div.DivClassName
{
background-color: #8EAF6E;
}
.BgClassName
{
background-color: #8EAF6E;
}
</style>
border-color css
<style>
span { border-color: #8EAF6E; }
span { border-color: rgb(142,175,110); }
td.TdClassName
{
border-color: #8EAF6E;
}
.TagClassName
{
border-color: #8EAF6E;
}
</style>