Shades of Olive Green #A8AD5F
Tints of Olive Green #A8AD5F
RGB
CMYK
RGB Variations
Color information
#A8AD5F (or 0xA8AD5F) is known color: Olive Green. HEX triplet: A8, AD and 5F. RGB value is (168,173,95). Sum of RGB (Red+Green+Blue) = 168+173+95=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD5F is #5752A0. Grayscale: #A2A2A2. Windows color (decimal): -5722785 or 6270376. OLE color: 6270376.
HSL color Cylindrical-coordinate representation of color #A8AD5F: hue angle of 63.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8AD5F is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 95 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.32 |
| HSL | 63.85º | 0.32% | 0.53% | - |
| HSV(B) | 63.85º | 0.45% | 0.68% | - |
| XYZ | 33.16 | 39.04 | 16.61 | - |
| YUV | 162.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 95 | 0.03 | 0 | 0.45 | 0.32 | 63.85 | 0.32 | 0.53 |
| Hex | A8 | AD | 5F | 3 | 0 | 2D | 20 | 40 | 20 | 35 |
| Octal | 250 | 255 | 137 | 3 | 0 | 55 | 40 | 100 | 40 | 65 |
| Binary | 10101000 | 10101101 | 1011111 | 11 | 0 | 101101 | 100000 | 1000000 | 100000 | 110101 |
Color Harmonies of #A8AD5F
Complementary color
Monochromatic Colors of #A8AD5F
Black with #A8AD5F
Text Example
Text Example
White with #A8AD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD5F; }
p { color: rgb(168,173,95); }
H1.HeaderClassName
{
color: #A8AD5F;
}
.AnyTagClassName
{
color: #A8AD5F;
}
</style>
background-color css
<style>
a { background-color: #A8AD5F; }
a { background-color: rgb(168,173,95); }
div.DivClassName
{
background-color: #A8AD5F;
}
.BgClassName
{
background-color: #A8AD5F;
}
</style>
border-color css
<style>
span { border-color: #A8AD5F; }
span { border-color: rgb(168,173,95); }
td.TdClassName
{
border-color: #A8AD5F;
}
.TagClassName
{
border-color: #A8AD5F;
}
</style>