Shades of Olivine #8EB17C
Tints of Olivine #8EB17C
RGB
CMYK
RGB Variations
Color information
#8EB17C (or 0x8EB17C) is known color: Olivine. HEX triplet: 8E, B1 and 7C. RGB value is (142,177,124). Sum of RGB (Red+Green+Blue) = 142+177+124=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB17C is #714E83. Grayscale: #A0A0A0. Windows color (decimal): -7425668 or 8171918. OLE color: 8171918.
HSL color Cylindrical-coordinate representation of color #8EB17C: hue angle of 99.62º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EB17C is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 177 | 124 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.31 |
| HSL | 99.62º | 0.25% | 0.59% | - |
| HSV(B) | 99.62º | 0.3% | 0.69% | - |
| XYZ | 30.52 | 38.65 | 24.92 | - |
| YUV | 160.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 177 | 124 | 0.20 | 0 | 0.30 | 0.31 | 99.62 | 0.25 | 0.59 |
| Hex | 8E | B1 | 7C | 14 | 0 | 1E | 1F | 64 | 19 | 3B |
| Octal | 216 | 261 | 174 | 24 | 0 | 36 | 37 | 144 | 31 | 73 |
| Binary | 10001110 | 10110001 | 1111100 | 10100 | 0 | 11110 | 11111 | 1100100 | 11001 | 111011 |
Color Harmonies of #8EB17C
Complementary color
Monochromatic Colors of #8EB17C
Black with #8EB17C
Text Example
Text Example
White with #8EB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB17C; }
p { color: rgb(142,177,124); }
H1.HeaderClassName
{
color: #8EB17C;
}
.AnyTagClassName
{
color: #8EB17C;
}
</style>
background-color css
<style>
a { background-color: #8EB17C; }
a { background-color: rgb(142,177,124); }
div.DivClassName
{
background-color: #8EB17C;
}
.BgClassName
{
background-color: #8EB17C;
}
</style>
border-color css
<style>
span { border-color: #8EB17C; }
span { border-color: rgb(142,177,124); }
td.TdClassName
{
border-color: #8EB17C;
}
.TagClassName
{
border-color: #8EB17C;
}
</style>