Shades of Olivine #8FAE70
Tints of Olivine #8FAE70
RGB
CMYK
RGB Variations
Color information
#8FAE70 (or 0x8FAE70) is known color: Olivine. HEX triplet: 8F, AE and 70. RGB value is (143,174,112). Sum of RGB (Red+Green+Blue) = 143+174+112=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAE70 is #70518F. Grayscale: #9D9D9D. Windows color (decimal): -7360912 or 7384719. OLE color: 7384719.
HSL color Cylindrical-coordinate representation of color #8FAE70: hue angle of 90º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FAE70 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 174 | 112 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.32 |
| HSL | 90º | 0.28% | 0.56% | - |
| HSV(B) | 90º | 0.36% | 0.68% | - |
| XYZ | 29.39 | 37.28 | 20.98 | - |
| YUV | 157.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 112 | 0.18 | 0 | 0.36 | 0.32 | 90 | 0.28 | 0.56 |
| Hex | 8F | AE | 70 | 12 | 0 | 24 | 20 | 5A | 1C | 38 |
| Octal | 217 | 256 | 160 | 22 | 0 | 44 | 40 | 132 | 34 | 70 |
| Binary | 10001111 | 10101110 | 1110000 | 10010 | 0 | 100100 | 100000 | 1011010 | 11100 | 111000 |
Color Harmonies of #8FAE70
Complementary color
Monochromatic Colors of #8FAE70
Black with #8FAE70
Text Example
Text Example
White with #8FAE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAE70; }
p { color: rgb(143,174,112); }
H1.HeaderClassName
{
color: #8FAE70;
}
.AnyTagClassName
{
color: #8FAE70;
}
</style>
background-color css
<style>
a { background-color: #8FAE70; }
a { background-color: rgb(143,174,112); }
div.DivClassName
{
background-color: #8FAE70;
}
.BgClassName
{
background-color: #8FAE70;
}
</style>
border-color css
<style>
span { border-color: #8FAE70; }
span { border-color: rgb(143,174,112); }
td.TdClassName
{
border-color: #8FAE70;
}
.TagClassName
{
border-color: #8FAE70;
}
</style>