Shades of Olivine #8EB86F
Tints of Olivine #8EB86F
RGB
CMYK
RGB Variations
Color information
#8EB86F (or 0x8EB86F) is known color: Olivine. HEX triplet: 8E, B8 and 6F. RGB value is (142,184,111). Sum of RGB (Red+Green+Blue) = 142+184+111=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB86F is #714790. Grayscale: #A3A3A3. Windows color (decimal): -7423889 or 7321742. OLE color: 7321742.
HSL color Cylindrical-coordinate representation of color #8EB86F: hue angle of 94.52º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EB86F is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 111 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.28 |
| HSL | 94.52º | 0.34% | 0.58% | - |
| HSV(B) | 94.52º | 0.4% | 0.72% | - |
| XYZ | 31.17 | 41.18 | 21.34 | - |
| YUV | 163.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 111 | 0.23 | 0 | 0.40 | 0.28 | 94.52 | 0.34 | 0.58 |
| Hex | 8E | B8 | 6F | 17 | 0 | 28 | 1C | 5F | 22 | 3A |
| Octal | 216 | 270 | 157 | 27 | 0 | 50 | 34 | 137 | 42 | 72 |
| Binary | 10001110 | 10111000 | 1101111 | 10111 | 0 | 101000 | 11100 | 1011111 | 100010 | 111010 |
Color Harmonies of #8EB86F
Complementary color
Monochromatic Colors of #8EB86F
Black with #8EB86F
Text Example
Text Example
White with #8EB86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB86F; }
p { color: rgb(142,184,111); }
H1.HeaderClassName
{
color: #8EB86F;
}
.AnyTagClassName
{
color: #8EB86F;
}
</style>
background-color css
<style>
a { background-color: #8EB86F; }
a { background-color: rgb(142,184,111); }
div.DivClassName
{
background-color: #8EB86F;
}
.BgClassName
{
background-color: #8EB86F;
}
</style>
border-color css
<style>
span { border-color: #8EB86F; }
span { border-color: rgb(142,184,111); }
td.TdClassName
{
border-color: #8EB86F;
}
.TagClassName
{
border-color: #8EB86F;
}
</style>