Shades of Olivine #8EB575
Tints of Olivine #8EB575
RGB
CMYK
RGB Variations
Color information
#8EB575 (or 0x8EB575) is known color: Olivine. HEX triplet: 8E, B5 and 75. RGB value is (142,181,117). Sum of RGB (Red+Green+Blue) = 142+181+117=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB575 is #714A8A. Grayscale: #A2A2A2. Windows color (decimal): -7424651 or 7714190. OLE color: 7714190.
HSL color Cylindrical-coordinate representation of color #8EB575: hue angle of 96.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EB575 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 181 | 117 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.29 |
| HSL | 96.56º | 0.3% | 0.58% | - |
| HSV(B) | 96.56º | 0.35% | 0.71% | - |
| XYZ | 30.89 | 40.08 | 22.94 | - |
| YUV | 162.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 181 | 117 | 0.22 | 0 | 0.35 | 0.29 | 96.56 | 0.3 | 0.58 |
| Hex | 8E | B5 | 75 | 16 | 0 | 23 | 1D | 61 | 1E | 3A |
| Octal | 216 | 265 | 165 | 26 | 0 | 43 | 35 | 141 | 36 | 72 |
| Binary | 10001110 | 10110101 | 1110101 | 10110 | 0 | 100011 | 11101 | 1100001 | 11110 | 111010 |
Color Harmonies of #8EB575
Complementary color
Monochromatic Colors of #8EB575
Black with #8EB575
Text Example
Text Example
White with #8EB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB575; }
p { color: rgb(142,181,117); }
H1.HeaderClassName
{
color: #8EB575;
}
.AnyTagClassName
{
color: #8EB575;
}
</style>
background-color css
<style>
a { background-color: #8EB575; }
a { background-color: rgb(142,181,117); }
div.DivClassName
{
background-color: #8EB575;
}
.BgClassName
{
background-color: #8EB575;
}
</style>
border-color css
<style>
span { border-color: #8EB575; }
span { border-color: rgb(142,181,117); }
td.TdClassName
{
border-color: #8EB575;
}
.TagClassName
{
border-color: #8EB575;
}
</style>