Shades of Olivine #8EC371
Tints of Olivine #8EC371
RGB
CMYK
RGB Variations
Color information
#8EC371 (or 0x8EC371) is known color: Olivine. HEX triplet: 8E, C3 and 71. RGB value is (142,195,113). Sum of RGB (Red+Green+Blue) = 142+195+113=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC371 is #713C8E. Grayscale: #AAAAAA. Windows color (decimal): -7421071 or 7455630. OLE color: 7455630.
HSL color Cylindrical-coordinate representation of color #8EC371: hue angle of 98.78º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EC371 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 113 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.24 |
| HSL | 98.78º | 0.41% | 0.6% | - |
| HSV(B) | 98.78º | 0.42% | 0.76% | - |
| XYZ | 33.65 | 45.97 | 22.72 | - |
| YUV | 169.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 113 | 0.27 | 0 | 0.42 | 0.24 | 98.78 | 0.41 | 0.6 |
| Hex | 8E | C3 | 71 | 1B | 0 | 2A | 18 | 63 | 29 | 3C |
| Octal | 216 | 303 | 161 | 33 | 0 | 52 | 30 | 143 | 51 | 74 |
| Binary | 10001110 | 11000011 | 1110001 | 11011 | 0 | 101010 | 11000 | 1100011 | 101001 | 111100 |
Color Harmonies of #8EC371
Complementary color
Monochromatic Colors of #8EC371
Black with #8EC371
Text Example
Text Example
White with #8EC371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC371; }
p { color: rgb(142,195,113); }
H1.HeaderClassName
{
color: #8EC371;
}
.AnyTagClassName
{
color: #8EC371;
}
</style>
background-color css
<style>
a { background-color: #8EC371; }
a { background-color: rgb(142,195,113); }
div.DivClassName
{
background-color: #8EC371;
}
.BgClassName
{
background-color: #8EC371;
}
</style>
border-color css
<style>
span { border-color: #8EC371; }
span { border-color: rgb(142,195,113); }
td.TdClassName
{
border-color: #8EC371;
}
.TagClassName
{
border-color: #8EC371;
}
</style>