Shades of Olivine #8EC06D
Tints of Olivine #8EC06D
RGB
CMYK
RGB Variations
Color information
#8EC06D (or 0x8EC06D) is known color: Olivine. HEX triplet: 8E, C0 and 6D. RGB value is (142,192,109). Sum of RGB (Red+Green+Blue) = 142+192+109=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC06D is #713F92. Grayscale: #A7A7A7. Windows color (decimal): -7421843 or 7192718. OLE color: 7192718.
HSL color Cylindrical-coordinate representation of color #8EC06D: hue angle of 96.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EC06D is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 109 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.25 |
| HSL | 96.14º | 0.4% | 0.59% | - |
| HSV(B) | 96.14º | 0.43% | 0.75% | - |
| XYZ | 32.77 | 44.55 | 21.34 | - |
| YUV | 167.59 | 94.94 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 109 | 0.26 | 0 | 0.43 | 0.25 | 96.14 | 0.4 | 0.59 |
| Hex | 8E | C0 | 6D | 1A | 0 | 2B | 19 | 60 | 28 | 3B |
| Octal | 216 | 300 | 155 | 32 | 0 | 53 | 31 | 140 | 50 | 73 |
| Binary | 10001110 | 11000000 | 1101101 | 11010 | 0 | 101011 | 11001 | 1100000 | 101000 | 111011 |
Color Harmonies of #8EC06D
Complementary color
Monochromatic Colors of #8EC06D
Black with #8EC06D
Text Example
Text Example
White with #8EC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC06D; }
p { color: rgb(142,192,109); }
H1.HeaderClassName
{
color: #8EC06D;
}
.AnyTagClassName
{
color: #8EC06D;
}
</style>
background-color css
<style>
a { background-color: #8EC06D; }
a { background-color: rgb(142,192,109); }
div.DivClassName
{
background-color: #8EC06D;
}
.BgClassName
{
background-color: #8EC06D;
}
</style>
border-color css
<style>
span { border-color: #8EC06D; }
span { border-color: rgb(142,192,109); }
td.TdClassName
{
border-color: #8EC06D;
}
.TagClassName
{
border-color: #8EC06D;
}
</style>