Shades of Olivine #8FAC70
Tints of Olivine #8FAC70
RGB
CMYK
RGB Variations
Color information
#8FAC70 (or 0x8FAC70) is known color: Olivine. HEX triplet: 8F, AC and 70. RGB value is (143,172,112). Sum of RGB (Red+Green+Blue) = 143+172+112=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC70 is #70538F. Grayscale: #9C9C9C. Windows color (decimal): -7361424 or 7384207. OLE color: 7384207.
HSL color Cylindrical-coordinate representation of color #8FAC70: hue angle of 89º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FAC70 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 112 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.33 |
| HSL | 89º | 0.27% | 0.56% | - |
| HSV(B) | 89º | 0.35% | 0.67% | - |
| XYZ | 29 | 36.51 | 20.85 | - |
| YUV | 156.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 112 | 0.17 | 0 | 0.35 | 0.33 | 89 | 0.27 | 0.56 |
| Hex | 8F | AC | 70 | 11 | 0 | 23 | 21 | 59 | 1B | 38 |
| Octal | 217 | 254 | 160 | 21 | 0 | 43 | 41 | 131 | 33 | 70 |
| Binary | 10001111 | 10101100 | 1110000 | 10001 | 0 | 100011 | 100001 | 1011001 | 11011 | 111000 |
Color Harmonies of #8FAC70
Complementary color
Monochromatic Colors of #8FAC70
Black with #8FAC70
Text Example
Text Example
White with #8FAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC70; }
p { color: rgb(143,172,112); }
H1.HeaderClassName
{
color: #8FAC70;
}
.AnyTagClassName
{
color: #8FAC70;
}
</style>
background-color css
<style>
a { background-color: #8FAC70; }
a { background-color: rgb(143,172,112); }
div.DivClassName
{
background-color: #8FAC70;
}
.BgClassName
{
background-color: #8FAC70;
}
</style>
border-color css
<style>
span { border-color: #8FAC70; }
span { border-color: rgb(143,172,112); }
td.TdClassName
{
border-color: #8FAC70;
}
.TagClassName
{
border-color: #8FAC70;
}
</style>