Shades of Olivine #8EB06F
Tints of Olivine #8EB06F
RGB
CMYK
RGB Variations
Color information
#8EB06F (or 0x8EB06F) is known color: Olivine. HEX triplet: 8E, B0 and 6F. RGB value is (142,176,111). Sum of RGB (Red+Green+Blue) = 142+176+111=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #8EB06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB06F is #714F90. Grayscale: #9E9E9E. Windows color (decimal): -7425937 or 7319694. OLE color: 7319694.
HSL color Cylindrical-coordinate representation of color #8EB06F: hue angle of 91.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EB06F is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 176 | 111 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.31 |
| HSL | 91.38º | 0.29% | 0.56% | - |
| HSV(B) | 91.38º | 0.37% | 0.69% | - |
| XYZ | 29.55 | 37.95 | 20.81 | - |
| YUV | 158.42 | 101.24 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 176 | 111 | 0.19 | 0 | 0.37 | 0.31 | 91.38 | 0.29 | 0.56 |
| Hex | 8E | B0 | 6F | 13 | 0 | 25 | 1F | 5B | 1D | 38 |
| Octal | 216 | 260 | 157 | 23 | 0 | 45 | 37 | 133 | 35 | 70 |
| Binary | 10001110 | 10110000 | 1101111 | 10011 | 0 | 100101 | 11111 | 1011011 | 11101 | 111000 |
Color Harmonies of #8EB06F
Complementary color
Monochromatic Colors of #8EB06F
Black with #8EB06F
Text Example
Text Example
White with #8EB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB06F; }
p { color: rgb(142,176,111); }
H1.HeaderClassName
{
color: #8EB06F;
}
.AnyTagClassName
{
color: #8EB06F;
}
</style>
background-color css
<style>
a { background-color: #8EB06F; }
a { background-color: rgb(142,176,111); }
div.DivClassName
{
background-color: #8EB06F;
}
.BgClassName
{
background-color: #8EB06F;
}
</style>
border-color css
<style>
span { border-color: #8EB06F; }
span { border-color: rgb(142,176,111); }
td.TdClassName
{
border-color: #8EB06F;
}
.TagClassName
{
border-color: #8EB06F;
}
</style>