Shades of Olivine #8EBA68
Tints of Olivine #8EBA68
RGB
CMYK
RGB Variations
Color information
#8EBA68 (or 0x8EBA68) is known color: Olivine. HEX triplet: 8E, BA and 68. RGB value is (142,186,104). Sum of RGB (Red+Green+Blue) = 142+186+104=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA68 is #714597. Grayscale: #A3A3A3. Windows color (decimal): -7423384 or 6863502. OLE color: 6863502.
HSL color Cylindrical-coordinate representation of color #8EBA68: hue angle of 92.2º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EBA68 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 104 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.27 |
| HSL | 92.2º | 0.37% | 0.57% | - |
| HSV(B) | 92.2º | 0.44% | 0.73% | - |
| XYZ | 31.21 | 41.87 | 19.53 | - |
| YUV | 163.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 104 | 0.24 | 0 | 0.44 | 0.27 | 92.2 | 0.37 | 0.57 |
| Hex | 8E | BA | 68 | 18 | 0 | 2C | 1B | 5C | 25 | 39 |
| Octal | 216 | 272 | 150 | 30 | 0 | 54 | 33 | 134 | 45 | 71 |
| Binary | 10001110 | 10111010 | 1101000 | 11000 | 0 | 101100 | 11011 | 1011100 | 100101 | 111001 |
Color Harmonies of #8EBA68
Complementary color
Monochromatic Colors of #8EBA68
Black with #8EBA68
Text Example
Text Example
White with #8EBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA68; }
p { color: rgb(142,186,104); }
H1.HeaderClassName
{
color: #8EBA68;
}
.AnyTagClassName
{
color: #8EBA68;
}
</style>
background-color css
<style>
a { background-color: #8EBA68; }
a { background-color: rgb(142,186,104); }
div.DivClassName
{
background-color: #8EBA68;
}
.BgClassName
{
background-color: #8EBA68;
}
</style>
border-color css
<style>
span { border-color: #8EBA68; }
span { border-color: rgb(142,186,104); }
td.TdClassName
{
border-color: #8EBA68;
}
.TagClassName
{
border-color: #8EBA68;
}
</style>