Shades of Olivine #8EBC6B
Tints of Olivine #8EBC6B
RGB
CMYK
RGB Variations
Color information
#8EBC6B (or 0x8EBC6B) is known color: Olivine. HEX triplet: 8E, BC and 6B. RGB value is (142,188,107). Sum of RGB (Red+Green+Blue) = 142+188+107=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBC6B is #714394. Grayscale: #A5A5A5. Windows color (decimal): -7422869 or 7060622. OLE color: 7060622.
HSL color Cylindrical-coordinate representation of color #8EBC6B: hue angle of 94.07º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EBC6B is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 188 | 107 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.26 |
| HSL | 94.07º | 0.38% | 0.58% | - |
| HSV(B) | 94.07º | 0.43% | 0.74% | - |
| XYZ | 31.79 | 42.78 | 20.49 | - |
| YUV | 165.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 107 | 0.24 | 0 | 0.43 | 0.26 | 94.07 | 0.38 | 0.58 |
| Hex | 8E | BC | 6B | 18 | 0 | 2B | 1A | 5E | 26 | 3A |
| Octal | 216 | 274 | 153 | 30 | 0 | 53 | 32 | 136 | 46 | 72 |
| Binary | 10001110 | 10111100 | 1101011 | 11000 | 0 | 101011 | 11010 | 1011110 | 100110 | 111010 |
Color Harmonies of #8EBC6B
Complementary color
Monochromatic Colors of #8EBC6B
Black with #8EBC6B
Text Example
Text Example
White with #8EBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBC6B; }
p { color: rgb(142,188,107); }
H1.HeaderClassName
{
color: #8EBC6B;
}
.AnyTagClassName
{
color: #8EBC6B;
}
</style>
background-color css
<style>
a { background-color: #8EBC6B; }
a { background-color: rgb(142,188,107); }
div.DivClassName
{
background-color: #8EBC6B;
}
.BgClassName
{
background-color: #8EBC6B;
}
</style>
border-color css
<style>
span { border-color: #8EBC6B; }
span { border-color: rgb(142,188,107); }
td.TdClassName
{
border-color: #8EBC6B;
}
.TagClassName
{
border-color: #8EBC6B;
}
</style>