Shades of Olivine #8EB87A
Tints of Olivine #8EB87A
RGB
CMYK
RGB Variations
Color information
#8EB87A (or 0x8EB87A) is known color: Olivine. HEX triplet: 8E, B8 and 7A. RGB value is (142,184,122). Sum of RGB (Red+Green+Blue) = 142+184+122=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB87A is #714785. Grayscale: #A4A4A4. Windows color (decimal): -7423878 or 8042638. OLE color: 8042638.
HSL color Cylindrical-coordinate representation of color #8EB87A: hue angle of 100.65º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EB87A is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 122 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.28 |
| HSL | 100.65º | 0.3% | 0.6% | - |
| HSV(B) | 100.65º | 0.34% | 0.72% | - |
| XYZ | 31.81 | 41.44 | 24.73 | - |
| YUV | 164.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 122 | 0.23 | 0 | 0.34 | 0.28 | 100.65 | 0.3 | 0.6 |
| Hex | 8E | B8 | 7A | 17 | 0 | 22 | 1C | 65 | 1E | 3C |
| Octal | 216 | 270 | 172 | 27 | 0 | 42 | 34 | 145 | 36 | 74 |
| Binary | 10001110 | 10111000 | 1111010 | 10111 | 0 | 100010 | 11100 | 1100101 | 11110 | 111100 |
Color Harmonies of #8EB87A
Complementary color
Monochromatic Colors of #8EB87A
Black with #8EB87A
Text Example
Text Example
White with #8EB87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB87A; }
p { color: rgb(142,184,122); }
H1.HeaderClassName
{
color: #8EB87A;
}
.AnyTagClassName
{
color: #8EB87A;
}
</style>
background-color css
<style>
a { background-color: #8EB87A; }
a { background-color: rgb(142,184,122); }
div.DivClassName
{
background-color: #8EB87A;
}
.BgClassName
{
background-color: #8EB87A;
}
</style>
border-color css
<style>
span { border-color: #8EB87A; }
span { border-color: rgb(142,184,122); }
td.TdClassName
{
border-color: #8EB87A;
}
.TagClassName
{
border-color: #8EB87A;
}
</style>