Shades of Olivine #8EB76E
Tints of Olivine #8EB76E
RGB
CMYK
RGB Variations
Color information
#8EB76E (or 0x8EB76E) is known color: Olivine. HEX triplet: 8E, B7 and 6E. RGB value is (142,183,110). Sum of RGB (Red+Green+Blue) = 142+183+110=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #8EB76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB76E is #714891. Grayscale: #A2A2A2. Windows color (decimal): -7424146 or 7255950. OLE color: 7255950.
HSL color Cylindrical-coordinate representation of color #8EB76E: hue angle of 93.7º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EB76E is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 183 | 110 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.28 |
| HSL | 93.7º | 0.34% | 0.57% | - |
| HSV(B) | 93.7º | 0.4% | 0.72% | - |
| XYZ | 30.9 | 40.74 | 20.99 | - |
| YUV | 162.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 183 | 110 | 0.22 | 0 | 0.40 | 0.28 | 93.7 | 0.34 | 0.57 |
| Hex | 8E | B7 | 6E | 16 | 0 | 28 | 1C | 5E | 22 | 39 |
| Octal | 216 | 267 | 156 | 26 | 0 | 50 | 34 | 136 | 42 | 71 |
| Binary | 10001110 | 10110111 | 1101110 | 10110 | 0 | 101000 | 11100 | 1011110 | 100010 | 111001 |
Color Harmonies of #8EB76E
Complementary color
Monochromatic Colors of #8EB76E
Black with #8EB76E
Text Example
Text Example
White with #8EB76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB76E; }
p { color: rgb(142,183,110); }
H1.HeaderClassName
{
color: #8EB76E;
}
.AnyTagClassName
{
color: #8EB76E;
}
</style>
background-color css
<style>
a { background-color: #8EB76E; }
a { background-color: rgb(142,183,110); }
div.DivClassName
{
background-color: #8EB76E;
}
.BgClassName
{
background-color: #8EB76E;
}
</style>
border-color css
<style>
span { border-color: #8EB76E; }
span { border-color: rgb(142,183,110); }
td.TdClassName
{
border-color: #8EB76E;
}
.TagClassName
{
border-color: #8EB76E;
}
</style>