Shades of Olivine #8EC372
Tints of Olivine #8EC372
RGB
CMYK
RGB Variations
Color information
#8EC372 (or 0x8EC372) is known color: Olivine. HEX triplet: 8E, C3 and 72. RGB value is (142,195,114). Sum of RGB (Red+Green+Blue) = 142+195+114=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC372 is #713C8D. Grayscale: #AAAAAA. Windows color (decimal): -7421070 or 7521166. OLE color: 7521166.
HSL color Cylindrical-coordinate representation of color #8EC372: hue angle of 99.26º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EC372 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 114 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.24 |
| HSL | 99.26º | 0.4% | 0.61% | - |
| HSV(B) | 99.26º | 0.42% | 0.76% | - |
| XYZ | 33.71 | 46 | 23.02 | - |
| YUV | 169.92 | 96.44 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 114 | 0.27 | 0 | 0.42 | 0.24 | 99.26 | 0.4 | 0.61 |
| Hex | 8E | C3 | 72 | 1B | 0 | 2A | 18 | 63 | 28 | 3D |
| Octal | 216 | 303 | 162 | 33 | 0 | 52 | 30 | 143 | 50 | 75 |
| Binary | 10001110 | 11000011 | 1110010 | 11011 | 0 | 101010 | 11000 | 1100011 | 101000 | 111101 |
Color Harmonies of #8EC372
Complementary color
Monochromatic Colors of #8EC372
Black with #8EC372
Text Example
Text Example
White with #8EC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC372; }
p { color: rgb(142,195,114); }
H1.HeaderClassName
{
color: #8EC372;
}
.AnyTagClassName
{
color: #8EC372;
}
</style>
background-color css
<style>
a { background-color: #8EC372; }
a { background-color: rgb(142,195,114); }
div.DivClassName
{
background-color: #8EC372;
}
.BgClassName
{
background-color: #8EC372;
}
</style>
border-color css
<style>
span { border-color: #8EC372; }
span { border-color: rgb(142,195,114); }
td.TdClassName
{
border-color: #8EC372;
}
.TagClassName
{
border-color: #8EC372;
}
</style>