Shades of Olivine #8EC475
Tints of Olivine #8EC475
RGB
CMYK
RGB Variations
Color information
#8EC475 (or 0x8EC475) is known color: Olivine. HEX triplet: 8E, C4 and 75. RGB value is (142,196,117). Sum of RGB (Red+Green+Blue) = 142+196+117=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC475 is #713B8A. Grayscale: #ABABAB. Windows color (decimal): -7420811 or 7718030. OLE color: 7718030.
HSL color Cylindrical-coordinate representation of color #8EC475: hue angle of 101.01º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EC475 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 117 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.23 |
| HSL | 101.01º | 0.4% | 0.61% | - |
| HSV(B) | 101.01º | 0.4% | 0.77% | - |
| XYZ | 34.11 | 46.52 | 24.01 | - |
| YUV | 170.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 117 | 0.28 | 0 | 0.40 | 0.23 | 101.01 | 0.4 | 0.61 |
| Hex | 8E | C4 | 75 | 1C | 0 | 28 | 17 | 65 | 28 | 3D |
| Octal | 216 | 304 | 165 | 34 | 0 | 50 | 27 | 145 | 50 | 75 |
| Binary | 10001110 | 11000100 | 1110101 | 11100 | 0 | 101000 | 10111 | 1100101 | 101000 | 111101 |
Color Harmonies of #8EC475
Complementary color
Monochromatic Colors of #8EC475
Black with #8EC475
Text Example
Text Example
White with #8EC475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC475; }
p { color: rgb(142,196,117); }
H1.HeaderClassName
{
color: #8EC475;
}
.AnyTagClassName
{
color: #8EC475;
}
</style>
background-color css
<style>
a { background-color: #8EC475; }
a { background-color: rgb(142,196,117); }
div.DivClassName
{
background-color: #8EC475;
}
.BgClassName
{
background-color: #8EC475;
}
</style>
border-color css
<style>
span { border-color: #8EC475; }
span { border-color: rgb(142,196,117); }
td.TdClassName
{
border-color: #8EC475;
}
.TagClassName
{
border-color: #8EC475;
}
</style>