Shades of Olivine #8EB872
Tints of Olivine #8EB872
RGB
CMYK
RGB Variations
Color information
#8EB872 (or 0x8EB872) is known color: Olivine. HEX triplet: 8E, B8 and 72. RGB value is (142,184,114). Sum of RGB (Red+Green+Blue) = 142+184+114=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB872 is #71478D. Grayscale: #A3A3A3. Windows color (decimal): -7423886 or 7518350. OLE color: 7518350.
HSL color Cylindrical-coordinate representation of color #8EB872: hue angle of 96º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EB872 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 114 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.28 |
| HSL | 96º | 0.33% | 0.58% | - |
| HSV(B) | 96º | 0.38% | 0.72% | - |
| XYZ | 31.33 | 41.25 | 22.23 | - |
| YUV | 163.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 114 | 0.23 | 0 | 0.38 | 0.28 | 96 | 0.33 | 0.58 |
| Hex | 8E | B8 | 72 | 17 | 0 | 26 | 1C | 60 | 21 | 3A |
| Octal | 216 | 270 | 162 | 27 | 0 | 46 | 34 | 140 | 41 | 72 |
| Binary | 10001110 | 10111000 | 1110010 | 10111 | 0 | 100110 | 11100 | 1100000 | 100001 | 111010 |
Color Harmonies of #8EB872
Complementary color
Monochromatic Colors of #8EB872
Black with #8EB872
Text Example
Text Example
White with #8EB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB872; }
p { color: rgb(142,184,114); }
H1.HeaderClassName
{
color: #8EB872;
}
.AnyTagClassName
{
color: #8EB872;
}
</style>
background-color css
<style>
a { background-color: #8EB872; }
a { background-color: rgb(142,184,114); }
div.DivClassName
{
background-color: #8EB872;
}
.BgClassName
{
background-color: #8EB872;
}
</style>
border-color css
<style>
span { border-color: #8EB872; }
span { border-color: rgb(142,184,114); }
td.TdClassName
{
border-color: #8EB872;
}
.TagClassName
{
border-color: #8EB872;
}
</style>