Shades of Olivine #8EBE7B
Tints of Olivine #8EBE7B
RGB
CMYK
RGB Variations
Color information
#8EBE7B (or 0x8EBE7B) is known color: Olivine. HEX triplet: 8E, BE and 7B. RGB value is (142,190,123). Sum of RGB (Red+Green+Blue) = 142+190+123=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBE7B is #714184. Grayscale: #A8A8A8. Windows color (decimal): -7422341 or 8109710. OLE color: 8109710.
HSL color Cylindrical-coordinate representation of color #8EBE7B: hue angle of 102.99º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EBE7B is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 190 | 123 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.25 |
| HSL | 102.99º | 0.34% | 0.61% | - |
| HSV(B) | 102.99º | 0.35% | 0.75% | - |
| XYZ | 33.14 | 44.01 | 25.49 | - |
| YUV | 168.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 190 | 123 | 0.25 | 0 | 0.35 | 0.25 | 102.99 | 0.34 | 0.61 |
| Hex | 8E | BE | 7B | 19 | 0 | 23 | 19 | 67 | 22 | 3D |
| Octal | 216 | 276 | 173 | 31 | 0 | 43 | 31 | 147 | 42 | 75 |
| Binary | 10001110 | 10111110 | 1111011 | 11001 | 0 | 100011 | 11001 | 1100111 | 100010 | 111101 |
Color Harmonies of #8EBE7B
Complementary color
Monochromatic Colors of #8EBE7B
Black with #8EBE7B
Text Example
Text Example
White with #8EBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBE7B; }
p { color: rgb(142,190,123); }
H1.HeaderClassName
{
color: #8EBE7B;
}
.AnyTagClassName
{
color: #8EBE7B;
}
</style>
background-color css
<style>
a { background-color: #8EBE7B; }
a { background-color: rgb(142,190,123); }
div.DivClassName
{
background-color: #8EBE7B;
}
.BgClassName
{
background-color: #8EBE7B;
}
</style>
border-color css
<style>
span { border-color: #8EBE7B; }
span { border-color: rgb(142,190,123); }
td.TdClassName
{
border-color: #8EBE7B;
}
.TagClassName
{
border-color: #8EBE7B;
}
</style>