Shades of Olivine #8EB07E
Tints of Olivine #8EB07E
RGB
CMYK
RGB Variations
Color information
#8EB07E (or 0x8EB07E) is known color: Olivine. HEX triplet: 8E, B0 and 7E. RGB value is (142,176,126). Sum of RGB (Red+Green+Blue) = 142+176+126=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #8EB07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB07E is #714F81. Grayscale: #A0A0A0. Windows color (decimal): -7425922 or 8302734. OLE color: 8302734.
HSL color Cylindrical-coordinate representation of color #8EB07E: hue angle of 100.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EB07E is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 176 | 126 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.31 |
| HSL | 100.8º | 0.24% | 0.59% | - |
| HSV(B) | 100.8º | 0.28% | 0.69% | - |
| XYZ | 30.45 | 38.31 | 25.53 | - |
| YUV | 160.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 176 | 126 | 0.19 | 0 | 0.28 | 0.31 | 100.8 | 0.24 | 0.59 |
| Hex | 8E | B0 | 7E | 13 | 0 | 1C | 1F | 65 | 18 | 3B |
| Octal | 216 | 260 | 176 | 23 | 0 | 34 | 37 | 145 | 30 | 73 |
| Binary | 10001110 | 10110000 | 1111110 | 10011 | 0 | 11100 | 11111 | 1100101 | 11000 | 111011 |
Color Harmonies of #8EB07E
Complementary color
Monochromatic Colors of #8EB07E
Black with #8EB07E
Text Example
Text Example
White with #8EB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB07E; }
p { color: rgb(142,176,126); }
H1.HeaderClassName
{
color: #8EB07E;
}
.AnyTagClassName
{
color: #8EB07E;
}
</style>
background-color css
<style>
a { background-color: #8EB07E; }
a { background-color: rgb(142,176,126); }
div.DivClassName
{
background-color: #8EB07E;
}
.BgClassName
{
background-color: #8EB07E;
}
</style>
border-color css
<style>
span { border-color: #8EB07E; }
span { border-color: rgb(142,176,126); }
td.TdClassName
{
border-color: #8EB07E;
}
.TagClassName
{
border-color: #8EB07E;
}
</style>