Shades of Olivine #8EAF70
Tints of Olivine #8EAF70
RGB
CMYK
RGB Variations
Color information
#8EAF70 (or 0x8EAF70) is known color: Olivine. HEX triplet: 8E, AF and 70. RGB value is (142,175,112). Sum of RGB (Red+Green+Blue) = 142+175+112=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAF70 is #71508F. Grayscale: #9E9E9E. Windows color (decimal): -7426192 or 7384974. OLE color: 7384974.
HSL color Cylindrical-coordinate representation of color #8EAF70: hue angle of 91.43º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EAF70 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 175 | 112 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.31 |
| HSL | 91.43º | 0.28% | 0.56% | - |
| HSV(B) | 91.43º | 0.36% | 0.69% | - |
| XYZ | 29.41 | 37.58 | 21.03 | - |
| YUV | 157.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 112 | 0.19 | 0 | 0.36 | 0.31 | 91.43 | 0.28 | 0.56 |
| Hex | 8E | AF | 70 | 13 | 0 | 24 | 1F | 5B | 1C | 38 |
| Octal | 216 | 257 | 160 | 23 | 0 | 44 | 37 | 133 | 34 | 70 |
| Binary | 10001110 | 10101111 | 1110000 | 10011 | 0 | 100100 | 11111 | 1011011 | 11100 | 111000 |
Color Harmonies of #8EAF70
Complementary color
Monochromatic Colors of #8EAF70
Black with #8EAF70
Text Example
Text Example
White with #8EAF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAF70; }
p { color: rgb(142,175,112); }
H1.HeaderClassName
{
color: #8EAF70;
}
.AnyTagClassName
{
color: #8EAF70;
}
</style>
background-color css
<style>
a { background-color: #8EAF70; }
a { background-color: rgb(142,175,112); }
div.DivClassName
{
background-color: #8EAF70;
}
.BgClassName
{
background-color: #8EAF70;
}
</style>
border-color css
<style>
span { border-color: #8EAF70; }
span { border-color: rgb(142,175,112); }
td.TdClassName
{
border-color: #8EAF70;
}
.TagClassName
{
border-color: #8EAF70;
}
</style>