Shades of Olivine #8EB47B
Tints of Olivine #8EB47B
RGB
CMYK
RGB Variations
Color information
#8EB47B (or 0x8EB47B) is known color: Olivine. HEX triplet: 8E, B4 and 7B. RGB value is (142,180,123). Sum of RGB (Red+Green+Blue) = 142+180+123=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB47B is #714B84. Grayscale: #A2A2A2. Windows color (decimal): -7424901 or 8107150. OLE color: 8107150.
HSL color Cylindrical-coordinate representation of color #8EB47B: hue angle of 100º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EB47B is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 180 | 123 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.29 |
| HSL | 100º | 0.28% | 0.59% | - |
| HSV(B) | 100º | 0.32% | 0.71% | - |
| XYZ | 31.05 | 39.82 | 24.79 | - |
| YUV | 162.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 180 | 123 | 0.21 | 0 | 0.32 | 0.29 | 100 | 0.28 | 0.59 |
| Hex | 8E | B4 | 7B | 15 | 0 | 20 | 1D | 64 | 1C | 3B |
| Octal | 216 | 264 | 173 | 25 | 0 | 40 | 35 | 144 | 34 | 73 |
| Binary | 10001110 | 10110100 | 1111011 | 10101 | 0 | 100000 | 11101 | 1100100 | 11100 | 111011 |
Color Harmonies of #8EB47B
Complementary color
Monochromatic Colors of #8EB47B
Black with #8EB47B
Text Example
Text Example
White with #8EB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB47B; }
p { color: rgb(142,180,123); }
H1.HeaderClassName
{
color: #8EB47B;
}
.AnyTagClassName
{
color: #8EB47B;
}
</style>
background-color css
<style>
a { background-color: #8EB47B; }
a { background-color: rgb(142,180,123); }
div.DivClassName
{
background-color: #8EB47B;
}
.BgClassName
{
background-color: #8EB47B;
}
</style>
border-color css
<style>
span { border-color: #8EB47B; }
span { border-color: rgb(142,180,123); }
td.TdClassName
{
border-color: #8EB47B;
}
.TagClassName
{
border-color: #8EB47B;
}
</style>