Shades of Olivine #8EAD75
Tints of Olivine #8EAD75
RGB
CMYK
RGB Variations
Color information
#8EAD75 (or 0x8EAD75) is known color: Olivine. HEX triplet: 8E, AD and 75. RGB value is (142,173,117). Sum of RGB (Red+Green+Blue) = 142+173+117=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAD75 is #71528A. Grayscale: #9D9D9D. Windows color (decimal): -7426699 or 7712142. OLE color: 7712142.
HSL color Cylindrical-coordinate representation of color #8EAD75: hue angle of 93.21º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EAD75 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 173 | 117 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.32 |
| HSL | 93.21º | 0.25% | 0.57% | - |
| HSV(B) | 93.21º | 0.32% | 0.68% | - |
| XYZ | 29.31 | 36.92 | 22.41 | - |
| YUV | 157.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 117 | 0.18 | 0 | 0.32 | 0.32 | 93.21 | 0.25 | 0.57 |
| Hex | 8E | AD | 75 | 12 | 0 | 20 | 20 | 5D | 19 | 39 |
| Octal | 216 | 255 | 165 | 22 | 0 | 40 | 40 | 135 | 31 | 71 |
| Binary | 10001110 | 10101101 | 1110101 | 10010 | 0 | 100000 | 100000 | 1011101 | 11001 | 111001 |
Color Harmonies of #8EAD75
Complementary color
Monochromatic Colors of #8EAD75
Black with #8EAD75
Text Example
Text Example
White with #8EAD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAD75; }
p { color: rgb(142,173,117); }
H1.HeaderClassName
{
color: #8EAD75;
}
.AnyTagClassName
{
color: #8EAD75;
}
</style>
background-color css
<style>
a { background-color: #8EAD75; }
a { background-color: rgb(142,173,117); }
div.DivClassName
{
background-color: #8EAD75;
}
.BgClassName
{
background-color: #8EAD75;
}
</style>
border-color css
<style>
span { border-color: #8EAD75; }
span { border-color: rgb(142,173,117); }
td.TdClassName
{
border-color: #8EAD75;
}
.TagClassName
{
border-color: #8EAD75;
}
</style>