Shades of Olivine #8EC26B
Tints of Olivine #8EC26B
RGB
CMYK
RGB Variations
Color information
#8EC26B (or 0x8EC26B) is known color: Olivine. HEX triplet: 8E, C2 and 6B. RGB value is (142,194,107). Sum of RGB (Red+Green+Blue) = 142+194+107=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC26B is #713D94. Grayscale: #A8A8A8. Windows color (decimal): -7421333 or 7062158. OLE color: 7062158.
HSL color Cylindrical-coordinate representation of color #8EC26B: hue angle of 95.86º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EC26B is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 194 | 107 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.24 |
| HSL | 95.86º | 0.42% | 0.59% | - |
| HSV(B) | 95.86º | 0.45% | 0.76% | - |
| XYZ | 33.1 | 45.4 | 20.93 | - |
| YUV | 168.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 107 | 0.27 | 0 | 0.45 | 0.24 | 95.86 | 0.42 | 0.59 |
| Hex | 8E | C2 | 6B | 1B | 0 | 2D | 18 | 60 | 2A | 3B |
| Octal | 216 | 302 | 153 | 33 | 0 | 55 | 30 | 140 | 52 | 73 |
| Binary | 10001110 | 11000010 | 1101011 | 11011 | 0 | 101101 | 11000 | 1100000 | 101010 | 111011 |
Color Harmonies of #8EC26B
Complementary color
Monochromatic Colors of #8EC26B
Black with #8EC26B
Text Example
Text Example
White with #8EC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC26B; }
p { color: rgb(142,194,107); }
H1.HeaderClassName
{
color: #8EC26B;
}
.AnyTagClassName
{
color: #8EC26B;
}
</style>
background-color css
<style>
a { background-color: #8EC26B; }
a { background-color: rgb(142,194,107); }
div.DivClassName
{
background-color: #8EC26B;
}
.BgClassName
{
background-color: #8EC26B;
}
</style>
border-color css
<style>
span { border-color: #8EC26B; }
span { border-color: rgb(142,194,107); }
td.TdClassName
{
border-color: #8EC26B;
}
.TagClassName
{
border-color: #8EC26B;
}
</style>