Shades of Olivine #8EB87C
Tints of Olivine #8EB87C
RGB
CMYK
RGB Variations
Color information
#8EB87C (or 0x8EB87C) is known color: Olivine. HEX triplet: 8E, B8 and 7C. RGB value is (142,184,124). Sum of RGB (Red+Green+Blue) = 142+184+124=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB87C is #714783. Grayscale: #A4A4A4. Windows color (decimal): -7423876 or 8173710. OLE color: 8173710.
HSL color Cylindrical-coordinate representation of color #8EB87C: hue angle of 102º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EB87C is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 124 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.28 |
| HSL | 102º | 0.3% | 0.6% | - |
| HSV(B) | 102º | 0.33% | 0.72% | - |
| XYZ | 31.93 | 41.49 | 25.39 | - |
| YUV | 164.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 124 | 0.23 | 0 | 0.33 | 0.28 | 102 | 0.3 | 0.6 |
| Hex | 8E | B8 | 7C | 17 | 0 | 21 | 1C | 66 | 1E | 3C |
| Octal | 216 | 270 | 174 | 27 | 0 | 41 | 34 | 146 | 36 | 74 |
| Binary | 10001110 | 10111000 | 1111100 | 10111 | 0 | 100001 | 11100 | 1100110 | 11110 | 111100 |
Color Harmonies of #8EB87C
Complementary color
Monochromatic Colors of #8EB87C
Black with #8EB87C
Text Example
Text Example
White with #8EB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB87C; }
p { color: rgb(142,184,124); }
H1.HeaderClassName
{
color: #8EB87C;
}
.AnyTagClassName
{
color: #8EB87C;
}
</style>
background-color css
<style>
a { background-color: #8EB87C; }
a { background-color: rgb(142,184,124); }
div.DivClassName
{
background-color: #8EB87C;
}
.BgClassName
{
background-color: #8EB87C;
}
</style>
border-color css
<style>
span { border-color: #8EB87C; }
span { border-color: rgb(142,184,124); }
td.TdClassName
{
border-color: #8EB87C;
}
.TagClassName
{
border-color: #8EB87C;
}
</style>