Shades of Olive Green #A8AD5A
Tints of Olive Green #A8AD5A
RGB
CMYK
RGB Variations
Color information
#A8AD5A (or 0xA8AD5A) is known color: Olive Green. HEX triplet: A8, AD and 5A. RGB value is (168,173,90). Sum of RGB (Red+Green+Blue) = 168+173+90=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD5A is #5752A5. Grayscale: #A2A2A2. Windows color (decimal): -5722790 or 5942696. OLE color: 5942696.
HSL color Cylindrical-coordinate representation of color #A8AD5A: hue angle of 63.61º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8AD5A is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 90 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.32 |
| HSL | 63.61º | 0.34% | 0.52% | - |
| HSV(B) | 63.61º | 0.48% | 0.68% | - |
| XYZ | 32.94 | 38.95 | 15.46 | - |
| YUV | 162.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 90 | 0.03 | 0 | 0.48 | 0.32 | 63.61 | 0.34 | 0.52 |
| Hex | A8 | AD | 5A | 3 | 0 | 30 | 20 | 40 | 22 | 34 |
| Octal | 250 | 255 | 132 | 3 | 0 | 60 | 40 | 100 | 42 | 64 |
| Binary | 10101000 | 10101101 | 1011010 | 11 | 0 | 110000 | 100000 | 1000000 | 100010 | 110100 |
Color Harmonies of #A8AD5A
Complementary color
Monochromatic Colors of #A8AD5A
Black with #A8AD5A
Text Example
Text Example
White with #A8AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD5A; }
p { color: rgb(168,173,90); }
H1.HeaderClassName
{
color: #A8AD5A;
}
.AnyTagClassName
{
color: #A8AD5A;
}
</style>
background-color css
<style>
a { background-color: #A8AD5A; }
a { background-color: rgb(168,173,90); }
div.DivClassName
{
background-color: #A8AD5A;
}
.BgClassName
{
background-color: #A8AD5A;
}
</style>
border-color css
<style>
span { border-color: #A8AD5A; }
span { border-color: rgb(168,173,90); }
td.TdClassName
{
border-color: #A8AD5A;
}
.TagClassName
{
border-color: #A8AD5A;
}
</style>