Shades of Olivine #8FAD7C
Tints of Olivine #8FAD7C
RGB
CMYK
RGB Variations
Color information
#8FAD7C (or 0x8FAD7C) is known color: Olivine. HEX triplet: 8F, AD and 7C. RGB value is (143,173,124). Sum of RGB (Red+Green+Blue) = 143+173+124=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAD7C is #705283. Grayscale: #9E9E9E. Windows color (decimal): -7361156 or 8170895. OLE color: 8170895.
HSL color Cylindrical-coordinate representation of color #8FAD7C: hue angle of 96.73º 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 #8FAD7C is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 124 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.32 |
| HSL | 96.73º | 0.23% | 0.58% | - |
| HSV(B) | 96.73º | 0.28% | 0.68% | - |
| XYZ | 29.91 | 37.18 | 24.67 | - |
| YUV | 158.44 | 108.56 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 124 | 0.17 | 0 | 0.28 | 0.32 | 96.73 | 0.23 | 0.58 |
| Hex | 8F | AD | 7C | 11 | 0 | 1C | 20 | 61 | 17 | 3A |
| Octal | 217 | 255 | 174 | 21 | 0 | 34 | 40 | 141 | 27 | 72 |
| Binary | 10001111 | 10101101 | 1111100 | 10001 | 0 | 11100 | 100000 | 1100001 | 10111 | 111010 |
Color Harmonies of #8FAD7C
Complementary color
Monochromatic Colors of #8FAD7C
Black with #8FAD7C
Text Example
Text Example
White with #8FAD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD7C; }
p { color: rgb(143,173,124); }
H1.HeaderClassName
{
color: #8FAD7C;
}
.AnyTagClassName
{
color: #8FAD7C;
}
</style>
background-color css
<style>
a { background-color: #8FAD7C; }
a { background-color: rgb(143,173,124); }
div.DivClassName
{
background-color: #8FAD7C;
}
.BgClassName
{
background-color: #8FAD7C;
}
</style>
border-color css
<style>
span { border-color: #8FAD7C; }
span { border-color: rgb(143,173,124); }
td.TdClassName
{
border-color: #8FAD7C;
}
.TagClassName
{
border-color: #8FAD7C;
}
</style>