Shades of Olivine #8FAC7D
Tints of Olivine #8FAC7D
RGB
CMYK
RGB Variations
Color information
#8FAC7D (or 0x8FAC7D) is known color: Olivine. HEX triplet: 8F, AC and 7D. RGB value is (143,172,125). Sum of RGB (Red+Green+Blue) = 143+172+125=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC7D is #705382. Grayscale: #9E9E9E. Windows color (decimal): -7361411 or 8236175. OLE color: 8236175.
HSL color Cylindrical-coordinate representation of color #8FAC7D: hue angle of 97.02º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FAC7D is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 125 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.33 |
| HSL | 97.02º | 0.22% | 0.58% | - |
| HSV(B) | 97.02º | 0.27% | 0.67% | - |
| XYZ | 29.78 | 36.83 | 24.94 | - |
| YUV | 157.97 | 109.39 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 125 | 0.17 | 0 | 0.27 | 0.33 | 97.02 | 0.22 | 0.58 |
| Hex | 8F | AC | 7D | 11 | 0 | 1B | 21 | 61 | 16 | 3A |
| Octal | 217 | 254 | 175 | 21 | 0 | 33 | 41 | 141 | 26 | 72 |
| Binary | 10001111 | 10101100 | 1111101 | 10001 | 0 | 11011 | 100001 | 1100001 | 10110 | 111010 |
Color Harmonies of #8FAC7D
Complementary color
Monochromatic Colors of #8FAC7D
Black with #8FAC7D
Text Example
Text Example
White with #8FAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC7D; }
p { color: rgb(143,172,125); }
H1.HeaderClassName
{
color: #8FAC7D;
}
.AnyTagClassName
{
color: #8FAC7D;
}
</style>
background-color css
<style>
a { background-color: #8FAC7D; }
a { background-color: rgb(143,172,125); }
div.DivClassName
{
background-color: #8FAC7D;
}
.BgClassName
{
background-color: #8FAC7D;
}
</style>
border-color css
<style>
span { border-color: #8FAC7D; }
span { border-color: rgb(143,172,125); }
td.TdClassName
{
border-color: #8FAC7D;
}
.TagClassName
{
border-color: #8FAC7D;
}
</style>