Shades of Olivine #8EC671
Tints of Olivine #8EC671
RGB
CMYK
RGB Variations
Color information
#8EC671 (or 0x8EC671) is known color: Olivine. HEX triplet: 8E, C6 and 71. RGB value is (142,198,113). Sum of RGB (Red+Green+Blue) = 142+198+113=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC671 is #71398E. Grayscale: #ABABAB. Windows color (decimal): -7420303 or 7456398. OLE color: 7456398.
HSL color Cylindrical-coordinate representation of color #8EC671: hue angle of 99.53º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EC671 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 113 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.22 |
| HSL | 99.53º | 0.43% | 0.61% | - |
| HSV(B) | 99.53º | 0.43% | 0.78% | - |
| XYZ | 34.33 | 47.33 | 22.95 | - |
| YUV | 171.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 113 | 0.28 | 0 | 0.43 | 0.22 | 99.53 | 0.43 | 0.61 |
| Hex | 8E | C6 | 71 | 1C | 0 | 2B | 16 | 64 | 2B | 3D |
| Octal | 216 | 306 | 161 | 34 | 0 | 53 | 26 | 144 | 53 | 75 |
| Binary | 10001110 | 11000110 | 1110001 | 11100 | 0 | 101011 | 10110 | 1100100 | 101011 | 111101 |
Color Harmonies of #8EC671
Complementary color
Monochromatic Colors of #8EC671
Black with #8EC671
Text Example
Text Example
White with #8EC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC671; }
p { color: rgb(142,198,113); }
H1.HeaderClassName
{
color: #8EC671;
}
.AnyTagClassName
{
color: #8EC671;
}
</style>
background-color css
<style>
a { background-color: #8EC671; }
a { background-color: rgb(142,198,113); }
div.DivClassName
{
background-color: #8EC671;
}
.BgClassName
{
background-color: #8EC671;
}
</style>
border-color css
<style>
span { border-color: #8EC671; }
span { border-color: rgb(142,198,113); }
td.TdClassName
{
border-color: #8EC671;
}
.TagClassName
{
border-color: #8EC671;
}
</style>