Shades of Olivine #8EC375
Tints of Olivine #8EC375
RGB
CMYK
RGB Variations
Color information
#8EC375 (or 0x8EC375) is known color: Olivine. HEX triplet: 8E, C3 and 75. RGB value is (142,195,117). Sum of RGB (Red+Green+Blue) = 142+195+117=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC375 is #713C8A. Grayscale: #AAAAAA. Windows color (decimal): -7421067 or 7717774. OLE color: 7717774.
HSL color Cylindrical-coordinate representation of color #8EC375: hue angle of 100.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EC375 is Cyan = 0.27, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 117 | - |
| CMYK | 0.27 | 0 | 0.4 | 0.24 |
| HSL | 100.77º | 0.39% | 0.61% | - |
| HSV(B) | 100.77º | 0.4% | 0.76% | - |
| XYZ | 33.88 | 46.07 | 23.94 | - |
| YUV | 170.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 117 | 0.27 | 0 | 0.4 | 0.24 | 100.77 | 0.39 | 0.61 |
| Hex | 8E | C3 | 75 | 1B | 0 | 28 | 18 | 65 | 27 | 3D |
| Octal | 216 | 303 | 165 | 33 | 0 | 50 | 30 | 145 | 47 | 75 |
| Binary | 10001110 | 11000011 | 1110101 | 11011 | 0 | 101000 | 11000 | 1100101 | 100111 | 111101 |
Color Harmonies of #8EC375
Complementary color
Monochromatic Colors of #8EC375
Black with #8EC375
Text Example
Text Example
White with #8EC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC375; }
p { color: rgb(142,195,117); }
H1.HeaderClassName
{
color: #8EC375;
}
.AnyTagClassName
{
color: #8EC375;
}
</style>
background-color css
<style>
a { background-color: #8EC375; }
a { background-color: rgb(142,195,117); }
div.DivClassName
{
background-color: #8EC375;
}
.BgClassName
{
background-color: #8EC375;
}
</style>
border-color css
<style>
span { border-color: #8EC375; }
span { border-color: rgb(142,195,117); }
td.TdClassName
{
border-color: #8EC375;
}
.TagClassName
{
border-color: #8EC375;
}
</style>