Shades of Olivine #8EBA74
Tints of Olivine #8EBA74
RGB
CMYK
RGB Variations
Color information
#8EBA74 (or 0x8EBA74) is known color: Olivine. HEX triplet: 8E, BA and 74. RGB value is (142,186,116). Sum of RGB (Red+Green+Blue) = 142+186+116=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBA74 is #71458B. Grayscale: #A5A5A5. Windows color (decimal): -7423372 or 7649934. OLE color: 7649934.
HSL color Cylindrical-coordinate representation of color #8EBA74: hue angle of 97.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EBA74 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 116 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.27 |
| HSL | 97.71º | 0.34% | 0.59% | - |
| HSV(B) | 97.71º | 0.38% | 0.73% | - |
| XYZ | 31.87 | 42.13 | 22.98 | - |
| YUV | 164.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 116 | 0.24 | 0 | 0.38 | 0.27 | 97.71 | 0.34 | 0.59 |
| Hex | 8E | BA | 74 | 18 | 0 | 26 | 1B | 62 | 22 | 3B |
| Octal | 216 | 272 | 164 | 30 | 0 | 46 | 33 | 142 | 42 | 73 |
| Binary | 10001110 | 10111010 | 1110100 | 11000 | 0 | 100110 | 11011 | 1100010 | 100010 | 111011 |
Color Harmonies of #8EBA74
Complementary color
Monochromatic Colors of #8EBA74
Black with #8EBA74
Text Example
Text Example
White with #8EBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA74; }
p { color: rgb(142,186,116); }
H1.HeaderClassName
{
color: #8EBA74;
}
.AnyTagClassName
{
color: #8EBA74;
}
</style>
background-color css
<style>
a { background-color: #8EBA74; }
a { background-color: rgb(142,186,116); }
div.DivClassName
{
background-color: #8EBA74;
}
.BgClassName
{
background-color: #8EBA74;
}
</style>
border-color css
<style>
span { border-color: #8EBA74; }
span { border-color: rgb(142,186,116); }
td.TdClassName
{
border-color: #8EBA74;
}
.TagClassName
{
border-color: #8EBA74;
}
</style>