Shades of Olivine #8EBC72
Tints of Olivine #8EBC72
RGB
CMYK
RGB Variations
Color information
#8EBC72 (or 0x8EBC72) is known color: Olivine. HEX triplet: 8E, BC and 72. RGB value is (142,188,114). Sum of RGB (Red+Green+Blue) = 142+188+114=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBC72 is #71438D. Grayscale: #A6A6A6. Windows color (decimal): -7422862 or 7519374. OLE color: 7519374.
HSL color Cylindrical-coordinate representation of color #8EBC72: hue angle of 97.3º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EBC72 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 188 | 114 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.26 |
| HSL | 97.3º | 0.36% | 0.59% | - |
| HSV(B) | 97.3º | 0.39% | 0.74% | - |
| XYZ | 32.18 | 42.93 | 22.51 | - |
| YUV | 165.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 114 | 0.24 | 0 | 0.39 | 0.26 | 97.3 | 0.36 | 0.59 |
| Hex | 8E | BC | 72 | 18 | 0 | 27 | 1A | 61 | 24 | 3B |
| Octal | 216 | 274 | 162 | 30 | 0 | 47 | 32 | 141 | 44 | 73 |
| Binary | 10001110 | 10111100 | 1110010 | 11000 | 0 | 100111 | 11010 | 1100001 | 100100 | 111011 |
Color Harmonies of #8EBC72
Complementary color
Monochromatic Colors of #8EBC72
Black with #8EBC72
Text Example
Text Example
White with #8EBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBC72; }
p { color: rgb(142,188,114); }
H1.HeaderClassName
{
color: #8EBC72;
}
.AnyTagClassName
{
color: #8EBC72;
}
</style>
background-color css
<style>
a { background-color: #8EBC72; }
a { background-color: rgb(142,188,114); }
div.DivClassName
{
background-color: #8EBC72;
}
.BgClassName
{
background-color: #8EBC72;
}
</style>
border-color css
<style>
span { border-color: #8EBC72; }
span { border-color: rgb(142,188,114); }
td.TdClassName
{
border-color: #8EBC72;
}
.TagClassName
{
border-color: #8EBC72;
}
</style>