Shades of Olivine #8FAD6C
Tints of Olivine #8FAD6C
RGB
CMYK
RGB Variations
Color information
#8FAD6C (or 0x8FAD6C) is known color: Olivine. HEX triplet: 8F, AD and 6C. RGB value is (143,173,108). Sum of RGB (Red+Green+Blue) = 143+173+108=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAD6C is #705293. Grayscale: #9C9C9C. Windows color (decimal): -7361172 or 7122319. OLE color: 7122319.
HSL color Cylindrical-coordinate representation of color #8FAD6C: hue angle of 87.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FAD6C is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 108 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.32 |
| HSL | 87.69º | 0.28% | 0.55% | - |
| HSV(B) | 87.69º | 0.38% | 0.68% | - |
| XYZ | 28.98 | 36.81 | 19.77 | - |
| YUV | 156.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 108 | 0.17 | 0 | 0.38 | 0.32 | 87.69 | 0.28 | 0.55 |
| Hex | 8F | AD | 6C | 11 | 0 | 26 | 20 | 58 | 1C | 37 |
| Octal | 217 | 255 | 154 | 21 | 0 | 46 | 40 | 130 | 34 | 67 |
| Binary | 10001111 | 10101101 | 1101100 | 10001 | 0 | 100110 | 100000 | 1011000 | 11100 | 110111 |
Color Harmonies of #8FAD6C
Complementary color
Monochromatic Colors of #8FAD6C
Black with #8FAD6C
Text Example
Text Example
White with #8FAD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD6C; }
p { color: rgb(143,173,108); }
H1.HeaderClassName
{
color: #8FAD6C;
}
.AnyTagClassName
{
color: #8FAD6C;
}
</style>
background-color css
<style>
a { background-color: #8FAD6C; }
a { background-color: rgb(143,173,108); }
div.DivClassName
{
background-color: #8FAD6C;
}
.BgClassName
{
background-color: #8FAD6C;
}
</style>
border-color css
<style>
span { border-color: #8FAD6C; }
span { border-color: rgb(143,173,108); }
td.TdClassName
{
border-color: #8FAD6C;
}
.TagClassName
{
border-color: #8FAD6C;
}
</style>