Shades of Olivine #8EBA66
Tints of Olivine #8EBA66
RGB
CMYK
RGB Variations
Color information
#8EBA66 (or 0x8EBA66) is known color: Olivine. HEX triplet: 8E, BA and 66. RGB value is (142,186,102). Sum of RGB (Red+Green+Blue) = 142+186+102=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA66 is #714599. Grayscale: #A3A3A3. Windows color (decimal): -7423386 or 6732430. OLE color: 6732430.
HSL color Cylindrical-coordinate representation of color #8EBA66: hue angle of 91.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EBA66 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 102 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.27 |
| HSL | 91.43º | 0.38% | 0.56% | - |
| HSV(B) | 91.43º | 0.45% | 0.73% | - |
| XYZ | 31.11 | 41.83 | 19 | - |
| YUV | 163.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 102 | 0.24 | 0 | 0.45 | 0.27 | 91.43 | 0.38 | 0.56 |
| Hex | 8E | BA | 66 | 18 | 0 | 2D | 1B | 5B | 26 | 38 |
| Octal | 216 | 272 | 146 | 30 | 0 | 55 | 33 | 133 | 46 | 70 |
| Binary | 10001110 | 10111010 | 1100110 | 11000 | 0 | 101101 | 11011 | 1011011 | 100110 | 111000 |
Color Harmonies of #8EBA66
Complementary color
Monochromatic Colors of #8EBA66
Black with #8EBA66
Text Example
Text Example
White with #8EBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA66; }
p { color: rgb(142,186,102); }
H1.HeaderClassName
{
color: #8EBA66;
}
.AnyTagClassName
{
color: #8EBA66;
}
</style>
background-color css
<style>
a { background-color: #8EBA66; }
a { background-color: rgb(142,186,102); }
div.DivClassName
{
background-color: #8EBA66;
}
.BgClassName
{
background-color: #8EBA66;
}
</style>
border-color css
<style>
span { border-color: #8EBA66; }
span { border-color: rgb(142,186,102); }
td.TdClassName
{
border-color: #8EBA66;
}
.TagClassName
{
border-color: #8EBA66;
}
</style>