Shades of Olivine #8EC06B
Tints of Olivine #8EC06B
RGB
CMYK
RGB Variations
Color information
#8EC06B (or 0x8EC06B) is known color: Olivine. HEX triplet: 8E, C0 and 6B. RGB value is (142,192,107). Sum of RGB (Red+Green+Blue) = 142+192+107=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC06B is #713F94. Grayscale: #A7A7A7. Windows color (decimal): -7421845 or 7061646. OLE color: 7061646.
HSL color Cylindrical-coordinate representation of color #8EC06B: hue angle of 95.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EC06B is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 107 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.25 |
| HSL | 95.29º | 0.4% | 0.59% | - |
| HSV(B) | 95.29º | 0.44% | 0.75% | - |
| XYZ | 32.66 | 44.51 | 20.78 | - |
| YUV | 167.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 107 | 0.26 | 0 | 0.44 | 0.25 | 95.29 | 0.4 | 0.59 |
| Hex | 8E | C0 | 6B | 1A | 0 | 2C | 19 | 5F | 28 | 3B |
| Octal | 216 | 300 | 153 | 32 | 0 | 54 | 31 | 137 | 50 | 73 |
| Binary | 10001110 | 11000000 | 1101011 | 11010 | 0 | 101100 | 11001 | 1011111 | 101000 | 111011 |
Color Harmonies of #8EC06B
Complementary color
Monochromatic Colors of #8EC06B
Black with #8EC06B
Text Example
Text Example
White with #8EC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC06B; }
p { color: rgb(142,192,107); }
H1.HeaderClassName
{
color: #8EC06B;
}
.AnyTagClassName
{
color: #8EC06B;
}
</style>
background-color css
<style>
a { background-color: #8EC06B; }
a { background-color: rgb(142,192,107); }
div.DivClassName
{
background-color: #8EC06B;
}
.BgClassName
{
background-color: #8EC06B;
}
</style>
border-color css
<style>
span { border-color: #8EC06B; }
span { border-color: rgb(142,192,107); }
td.TdClassName
{
border-color: #8EC06B;
}
.TagClassName
{
border-color: #8EC06B;
}
</style>