Shades of Olivine #8EA27B
Tints of Olivine #8EA27B
RGB
CMYK
RGB Variations
Color information
#8EA27B (or 0x8EA27B) is known color: Olivine. HEX triplet: 8E, A2 and 7B. RGB value is (142,162,123). Sum of RGB (Red+Green+Blue) = 142+162+123=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA27B is #715D84. Grayscale: #979797. Windows color (decimal): -7429509 or 8102542. OLE color: 8102542.
HSL color Cylindrical-coordinate representation of color #8EA27B: hue angle of 90.77º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EA27B is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 123 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.36 |
| HSL | 90.77º | 0.17% | 0.56% | - |
| HSV(B) | 90.77º | 0.24% | 0.64% | - |
| XYZ | 27.65 | 33.02 | 23.66 | - |
| YUV | 151.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 123 | 0.12 | 0 | 0.24 | 0.36 | 90.77 | 0.17 | 0.56 |
| Hex | 8E | A2 | 7B | C | 0 | 18 | 24 | 5B | 11 | 38 |
| Octal | 216 | 242 | 173 | 14 | 0 | 30 | 44 | 133 | 21 | 70 |
| Binary | 10001110 | 10100010 | 1111011 | 1100 | 0 | 11000 | 100100 | 1011011 | 10001 | 111000 |
Color Harmonies of #8EA27B
Complementary color
Monochromatic Colors of #8EA27B
Black with #8EA27B
Text Example
Text Example
White with #8EA27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA27B; }
p { color: rgb(142,162,123); }
H1.HeaderClassName
{
color: #8EA27B;
}
.AnyTagClassName
{
color: #8EA27B;
}
</style>
background-color css
<style>
a { background-color: #8EA27B; }
a { background-color: rgb(142,162,123); }
div.DivClassName
{
background-color: #8EA27B;
}
.BgClassName
{
background-color: #8EA27B;
}
</style>
border-color css
<style>
span { border-color: #8EA27B; }
span { border-color: rgb(142,162,123); }
td.TdClassName
{
border-color: #8EA27B;
}
.TagClassName
{
border-color: #8EA27B;
}
</style>