Shades of Olivine #8EB870
Tints of Olivine #8EB870
RGB
CMYK
RGB Variations
Color information
#8EB870 (or 0x8EB870) is known color: Olivine. HEX triplet: 8E, B8 and 70. RGB value is (142,184,112). Sum of RGB (Red+Green+Blue) = 142+184+112=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB870 is #71478F. Grayscale: #A3A3A3. Windows color (decimal): -7423888 or 7387278. OLE color: 7387278.
HSL color Cylindrical-coordinate representation of color #8EB870: hue angle of 95º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EB870 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 112 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.28 |
| HSL | 95º | 0.34% | 0.58% | - |
| HSV(B) | 95º | 0.39% | 0.72% | - |
| XYZ | 31.22 | 41.2 | 21.64 | - |
| YUV | 163.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 112 | 0.23 | 0 | 0.39 | 0.28 | 95 | 0.34 | 0.58 |
| Hex | 8E | B8 | 70 | 17 | 0 | 27 | 1C | 5F | 22 | 3A |
| Octal | 216 | 270 | 160 | 27 | 0 | 47 | 34 | 137 | 42 | 72 |
| Binary | 10001110 | 10111000 | 1110000 | 10111 | 0 | 100111 | 11100 | 1011111 | 100010 | 111010 |
Color Harmonies of #8EB870
Complementary color
Monochromatic Colors of #8EB870
Black with #8EB870
Text Example
Text Example
White with #8EB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB870; }
p { color: rgb(142,184,112); }
H1.HeaderClassName
{
color: #8EB870;
}
.AnyTagClassName
{
color: #8EB870;
}
</style>
background-color css
<style>
a { background-color: #8EB870; }
a { background-color: rgb(142,184,112); }
div.DivClassName
{
background-color: #8EB870;
}
.BgClassName
{
background-color: #8EB870;
}
</style>
border-color css
<style>
span { border-color: #8EB870; }
span { border-color: rgb(142,184,112); }
td.TdClassName
{
border-color: #8EB870;
}
.TagClassName
{
border-color: #8EB870;
}
</style>