Shades of Olivine #8EB770
Tints of Olivine #8EB770
RGB
CMYK
RGB Variations
Color information
#8EB770 (or 0x8EB770) is known color: Olivine. HEX triplet: 8E, B7 and 70. RGB value is (142,183,112). Sum of RGB (Red+Green+Blue) = 142+183+112=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #8EB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB770 is #71488F. Grayscale: #A2A2A2. Windows color (decimal): -7424144 or 7387022. OLE color: 7387022.
HSL color Cylindrical-coordinate representation of color #8EB770: hue angle of 94.65º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EB770 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 183 | 112 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.28 |
| HSL | 94.65º | 0.33% | 0.58% | - |
| HSV(B) | 94.65º | 0.39% | 0.72% | - |
| XYZ | 31.01 | 40.79 | 21.57 | - |
| YUV | 162.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 183 | 112 | 0.22 | 0 | 0.39 | 0.28 | 94.65 | 0.33 | 0.58 |
| Hex | 8E | B7 | 70 | 16 | 0 | 27 | 1C | 5F | 21 | 3A |
| Octal | 216 | 267 | 160 | 26 | 0 | 47 | 34 | 137 | 41 | 72 |
| Binary | 10001110 | 10110111 | 1110000 | 10110 | 0 | 100111 | 11100 | 1011111 | 100001 | 111010 |
Color Harmonies of #8EB770
Complementary color
Monochromatic Colors of #8EB770
Black with #8EB770
Text Example
Text Example
White with #8EB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB770; }
p { color: rgb(142,183,112); }
H1.HeaderClassName
{
color: #8EB770;
}
.AnyTagClassName
{
color: #8EB770;
}
</style>
background-color css
<style>
a { background-color: #8EB770; }
a { background-color: rgb(142,183,112); }
div.DivClassName
{
background-color: #8EB770;
}
.BgClassName
{
background-color: #8EB770;
}
</style>
border-color css
<style>
span { border-color: #8EB770; }
span { border-color: rgb(142,183,112); }
td.TdClassName
{
border-color: #8EB770;
}
.TagClassName
{
border-color: #8EB770;
}
</style>