Shades of Olivine #8EC175
Tints of Olivine #8EC175
RGB
CMYK
RGB Variations
Color information
#8EC175 (or 0x8EC175) is known color: Olivine. HEX triplet: 8E, C1 and 75. RGB value is (142,193,117). Sum of RGB (Red+Green+Blue) = 142+193+117=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC175 is #713E8A. Grayscale: #A9A9A9. Windows color (decimal): -7421579 or 7717262. OLE color: 7717262.
HSL color Cylindrical-coordinate representation of color #8EC175: hue angle of 100.26º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EC175 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 193 | 117 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.24 |
| HSL | 100.26º | 0.38% | 0.61% | - |
| HSV(B) | 100.26º | 0.39% | 0.76% | - |
| XYZ | 33.44 | 45.18 | 23.79 | - |
| YUV | 169.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 193 | 117 | 0.26 | 0 | 0.39 | 0.24 | 100.26 | 0.38 | 0.61 |
| Hex | 8E | C1 | 75 | 1A | 0 | 27 | 18 | 64 | 26 | 3D |
| Octal | 216 | 301 | 165 | 32 | 0 | 47 | 30 | 144 | 46 | 75 |
| Binary | 10001110 | 11000001 | 1110101 | 11010 | 0 | 100111 | 11000 | 1100100 | 100110 | 111101 |
Color Harmonies of #8EC175
Complementary color
Monochromatic Colors of #8EC175
Black with #8EC175
Text Example
Text Example
White with #8EC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC175; }
p { color: rgb(142,193,117); }
H1.HeaderClassName
{
color: #8EC175;
}
.AnyTagClassName
{
color: #8EC175;
}
</style>
background-color css
<style>
a { background-color: #8EC175; }
a { background-color: rgb(142,193,117); }
div.DivClassName
{
background-color: #8EC175;
}
.BgClassName
{
background-color: #8EC175;
}
</style>
border-color css
<style>
span { border-color: #8EC175; }
span { border-color: rgb(142,193,117); }
td.TdClassName
{
border-color: #8EC175;
}
.TagClassName
{
border-color: #8EC175;
}
</style>