Shades of Olivine #8EBE6B
Tints of Olivine #8EBE6B
RGB
CMYK
RGB Variations
Color information
#8EBE6B (or 0x8EBE6B) is known color: Olivine. HEX triplet: 8E, BE and 6B. RGB value is (142,190,107). Sum of RGB (Red+Green+Blue) = 142+190+107=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBE6B is #714194. Grayscale: #A6A6A6. Windows color (decimal): -7422357 or 7061134. OLE color: 7061134.
HSL color Cylindrical-coordinate representation of color #8EBE6B: hue angle of 94.7º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EBE6B is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 190 | 107 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.25 |
| HSL | 94.7º | 0.39% | 0.58% | - |
| HSV(B) | 94.7º | 0.44% | 0.75% | - |
| XYZ | 32.22 | 43.64 | 20.63 | - |
| YUV | 166.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 190 | 107 | 0.25 | 0 | 0.44 | 0.25 | 94.7 | 0.39 | 0.58 |
| Hex | 8E | BE | 6B | 19 | 0 | 2C | 19 | 5F | 27 | 3A |
| Octal | 216 | 276 | 153 | 31 | 0 | 54 | 31 | 137 | 47 | 72 |
| Binary | 10001110 | 10111110 | 1101011 | 11001 | 0 | 101100 | 11001 | 1011111 | 100111 | 111010 |
Color Harmonies of #8EBE6B
Complementary color
Monochromatic Colors of #8EBE6B
Black with #8EBE6B
Text Example
Text Example
White with #8EBE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBE6B; }
p { color: rgb(142,190,107); }
H1.HeaderClassName
{
color: #8EBE6B;
}
.AnyTagClassName
{
color: #8EBE6B;
}
</style>
background-color css
<style>
a { background-color: #8EBE6B; }
a { background-color: rgb(142,190,107); }
div.DivClassName
{
background-color: #8EBE6B;
}
.BgClassName
{
background-color: #8EBE6B;
}
</style>
border-color css
<style>
span { border-color: #8EBE6B; }
span { border-color: rgb(142,190,107); }
td.TdClassName
{
border-color: #8EBE6B;
}
.TagClassName
{
border-color: #8EBE6B;
}
</style>