Shades of Olivine #8FAD7D
Tints of Olivine #8FAD7D
RGB
CMYK
RGB Variations
Color information
#8FAD7D (or 0x8FAD7D) is known color: Olivine. HEX triplet: 8F, AD and 7D. RGB value is (143,173,125). Sum of RGB (Red+Green+Blue) = 143+173+125=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAD7D is #705282. Grayscale: #9E9E9E. Windows color (decimal): -7361155 or 8236431. OLE color: 8236431.
HSL color Cylindrical-coordinate representation of color #8FAD7D: hue angle of 97.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FAD7D is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 125 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.32 |
| HSL | 97.5º | 0.23% | 0.58% | - |
| HSV(B) | 97.5º | 0.28% | 0.68% | - |
| XYZ | 29.97 | 37.21 | 25 | - |
| YUV | 158.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 125 | 0.17 | 0 | 0.28 | 0.32 | 97.5 | 0.23 | 0.58 |
| Hex | 8F | AD | 7D | 11 | 0 | 1C | 20 | 62 | 17 | 3A |
| Octal | 217 | 255 | 175 | 21 | 0 | 34 | 40 | 142 | 27 | 72 |
| Binary | 10001111 | 10101101 | 1111101 | 10001 | 0 | 11100 | 100000 | 1100010 | 10111 | 111010 |
Color Harmonies of #8FAD7D
Complementary color
Monochromatic Colors of #8FAD7D
Black with #8FAD7D
Text Example
Text Example
White with #8FAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD7D; }
p { color: rgb(143,173,125); }
H1.HeaderClassName
{
color: #8FAD7D;
}
.AnyTagClassName
{
color: #8FAD7D;
}
</style>
background-color css
<style>
a { background-color: #8FAD7D; }
a { background-color: rgb(143,173,125); }
div.DivClassName
{
background-color: #8FAD7D;
}
.BgClassName
{
background-color: #8FAD7D;
}
</style>
border-color css
<style>
span { border-color: #8FAD7D; }
span { border-color: rgb(143,173,125); }
td.TdClassName
{
border-color: #8FAD7D;
}
.TagClassName
{
border-color: #8FAD7D;
}
</style>