Shades of Olivine #8EAD7B
Tints of Olivine #8EAD7B
RGB
CMYK
RGB Variations
Color information
#8EAD7B (or 0x8EAD7B) is known color: Olivine. HEX triplet: 8E, AD and 7B. RGB value is (142,173,123). Sum of RGB (Red+Green+Blue) = 142+173+123=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAD7B is #715284. Grayscale: #9E9E9E. Windows color (decimal): -7426693 or 8105358. OLE color: 8105358.
HSL color Cylindrical-coordinate representation of color #8EAD7B: hue angle of 97.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EAD7B is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 173 | 123 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.32 |
| HSL | 97.2º | 0.23% | 0.58% | - |
| HSV(B) | 97.2º | 0.29% | 0.68% | - |
| XYZ | 29.67 | 37.07 | 24.33 | - |
| YUV | 158.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 123 | 0.18 | 0 | 0.29 | 0.32 | 97.2 | 0.23 | 0.58 |
| Hex | 8E | AD | 7B | 12 | 0 | 1D | 20 | 61 | 17 | 3A |
| Octal | 216 | 255 | 173 | 22 | 0 | 35 | 40 | 141 | 27 | 72 |
| Binary | 10001110 | 10101101 | 1111011 | 10010 | 0 | 11101 | 100000 | 1100001 | 10111 | 111010 |
Color Harmonies of #8EAD7B
Complementary color
Monochromatic Colors of #8EAD7B
Black with #8EAD7B
Text Example
Text Example
White with #8EAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAD7B; }
p { color: rgb(142,173,123); }
H1.HeaderClassName
{
color: #8EAD7B;
}
.AnyTagClassName
{
color: #8EAD7B;
}
</style>
background-color css
<style>
a { background-color: #8EAD7B; }
a { background-color: rgb(142,173,123); }
div.DivClassName
{
background-color: #8EAD7B;
}
.BgClassName
{
background-color: #8EAD7B;
}
</style>
border-color css
<style>
span { border-color: #8EAD7B; }
span { border-color: rgb(142,173,123); }
td.TdClassName
{
border-color: #8EAD7B;
}
.TagClassName
{
border-color: #8EAD7B;
}
</style>