Shades of Olivine #8EC06E
Tints of Olivine #8EC06E
RGB
CMYK
RGB Variations
Color information
#8EC06E (or 0x8EC06E) is known color: Olivine. HEX triplet: 8E, C0 and 6E. RGB value is (142,192,110). Sum of RGB (Red+Green+Blue) = 142+192+110=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC06E is #713F91. Grayscale: #A7A7A7. Windows color (decimal): -7421842 or 7258254. OLE color: 7258254.
HSL color Cylindrical-coordinate representation of color #8EC06E: hue angle of 96.59º degrees, saturation: 0.39, 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 #8EC06E is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 110 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.25 |
| HSL | 96.59º | 0.39% | 0.59% | - |
| HSV(B) | 96.59º | 0.43% | 0.75% | - |
| XYZ | 32.82 | 44.58 | 21.63 | - |
| YUV | 167.7 | 95.44 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 110 | 0.26 | 0 | 0.43 | 0.25 | 96.59 | 0.39 | 0.59 |
| Hex | 8E | C0 | 6E | 1A | 0 | 2B | 19 | 61 | 27 | 3B |
| Octal | 216 | 300 | 156 | 32 | 0 | 53 | 31 | 141 | 47 | 73 |
| Binary | 10001110 | 11000000 | 1101110 | 11010 | 0 | 101011 | 11001 | 1100001 | 100111 | 111011 |
Color Harmonies of #8EC06E
Complementary color
Monochromatic Colors of #8EC06E
Black with #8EC06E
Text Example
Text Example
White with #8EC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC06E; }
p { color: rgb(142,192,110); }
H1.HeaderClassName
{
color: #8EC06E;
}
.AnyTagClassName
{
color: #8EC06E;
}
</style>
background-color css
<style>
a { background-color: #8EC06E; }
a { background-color: rgb(142,192,110); }
div.DivClassName
{
background-color: #8EC06E;
}
.BgClassName
{
background-color: #8EC06E;
}
</style>
border-color css
<style>
span { border-color: #8EC06E; }
span { border-color: rgb(142,192,110); }
td.TdClassName
{
border-color: #8EC06E;
}
.TagClassName
{
border-color: #8EC06E;
}
</style>