Shades of Olivine #8EB077
Tints of Olivine #8EB077
RGB
CMYK
RGB Variations
Color information
#8EB077 (or 0x8EB077) is known color: Olivine. HEX triplet: 8E, B0 and 77. RGB value is (142,176,119). Sum of RGB (Red+Green+Blue) = 142+176+119=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #8EB077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB077 is #714F88. Grayscale: #9F9F9F. Windows color (decimal): -7425929 or 7843982. OLE color: 7843982.
HSL color Cylindrical-coordinate representation of color #8EB077: hue angle of 95.79º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EB077 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 176 | 119 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.31 |
| HSL | 95.79º | 0.27% | 0.58% | - |
| HSV(B) | 95.79º | 0.32% | 0.69% | - |
| XYZ | 30.01 | 38.13 | 23.23 | - |
| YUV | 159.34 | 105.24 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 176 | 119 | 0.19 | 0 | 0.32 | 0.31 | 95.79 | 0.27 | 0.58 |
| Hex | 8E | B0 | 77 | 13 | 0 | 20 | 1F | 60 | 1B | 3A |
| Octal | 216 | 260 | 167 | 23 | 0 | 40 | 37 | 140 | 33 | 72 |
| Binary | 10001110 | 10110000 | 1110111 | 10011 | 0 | 100000 | 11111 | 1100000 | 11011 | 111010 |
Color Harmonies of #8EB077
Complementary color
Monochromatic Colors of #8EB077
Black with #8EB077
Text Example
Text Example
White with #8EB077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB077; }
p { color: rgb(142,176,119); }
H1.HeaderClassName
{
color: #8EB077;
}
.AnyTagClassName
{
color: #8EB077;
}
</style>
background-color css
<style>
a { background-color: #8EB077; }
a { background-color: rgb(142,176,119); }
div.DivClassName
{
background-color: #8EB077;
}
.BgClassName
{
background-color: #8EB077;
}
</style>
border-color css
<style>
span { border-color: #8EB077; }
span { border-color: rgb(142,176,119); }
td.TdClassName
{
border-color: #8EB077;
}
.TagClassName
{
border-color: #8EB077;
}
</style>