Shades of Olivine #8FAD6D
Tints of Olivine #8FAD6D
RGB
CMYK
RGB Variations
Color information
#8FAD6D (or 0x8FAD6D) is known color: Olivine. HEX triplet: 8F, AD and 6D. RGB value is (143,173,109). Sum of RGB (Red+Green+Blue) = 143+173+109=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAD6D is #705292. Grayscale: #9C9C9C. Windows color (decimal): -7361171 or 7187855. OLE color: 7187855.
HSL color Cylindrical-coordinate representation of color #8FAD6D: hue angle of 88.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FAD6D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 109 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.32 |
| HSL | 88.13º | 0.28% | 0.55% | - |
| HSV(B) | 88.13º | 0.37% | 0.68% | - |
| XYZ | 29.03 | 36.83 | 20.05 | - |
| YUV | 156.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 109 | 0.17 | 0 | 0.37 | 0.32 | 88.13 | 0.28 | 0.55 |
| Hex | 8F | AD | 6D | 11 | 0 | 25 | 20 | 58 | 1C | 37 |
| Octal | 217 | 255 | 155 | 21 | 0 | 45 | 40 | 130 | 34 | 67 |
| Binary | 10001111 | 10101101 | 1101101 | 10001 | 0 | 100101 | 100000 | 1011000 | 11100 | 110111 |
Color Harmonies of #8FAD6D
Complementary color
Monochromatic Colors of #8FAD6D
Black with #8FAD6D
Text Example
Text Example
White with #8FAD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD6D; }
p { color: rgb(143,173,109); }
H1.HeaderClassName
{
color: #8FAD6D;
}
.AnyTagClassName
{
color: #8FAD6D;
}
</style>
background-color css
<style>
a { background-color: #8FAD6D; }
a { background-color: rgb(143,173,109); }
div.DivClassName
{
background-color: #8FAD6D;
}
.BgClassName
{
background-color: #8FAD6D;
}
</style>
border-color css
<style>
span { border-color: #8FAD6D; }
span { border-color: rgb(143,173,109); }
td.TdClassName
{
border-color: #8FAD6D;
}
.TagClassName
{
border-color: #8FAD6D;
}
</style>