Shades of Olive Green #ADA653
Tints of Olive Green #ADA653
RGB
CMYK
RGB Variations
Color information
#ADA653 (or 0xADA653) is known color: Olive Green. HEX triplet: AD, A6 and 53. RGB value is (173,166,83). Sum of RGB (Red+Green+Blue) = 173+166+83=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA653 is #5259AC. Grayscale: #9E9E9E. Windows color (decimal): -5396909 or 5482157. OLE color: 5482157.
HSL color Cylindrical-coordinate representation of color #ADA653: hue angle of 55.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADA653 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 83 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.32 |
| HSL | 55.33º | 0.35% | 0.5% | - |
| HSV(B) | 55.33º | 0.52% | 0.68% | - |
| XYZ | 32.43 | 36.78 | 13.57 | - |
| YUV | 158.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 83 | 0 | 0.04 | 0.52 | 0.32 | 55.33 | 0.35 | 0.5 |
| Hex | AD | A6 | 53 | 0 | 4 | 34 | 20 | 37 | 23 | 32 |
| Octal | 255 | 246 | 123 | 0 | 4 | 64 | 40 | 67 | 43 | 62 |
| Binary | 10101101 | 10100110 | 1010011 | 0 | 100 | 110100 | 100000 | 110111 | 100011 | 110010 |
Color Harmonies of #ADA653
Complementary color
Monochromatic Colors of #ADA653
Black with #ADA653
Text Example
Text Example
White with #ADA653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA653; }
p { color: rgb(173,166,83); }
H1.HeaderClassName
{
color: #ADA653;
}
.AnyTagClassName
{
color: #ADA653;
}
</style>
background-color css
<style>
a { background-color: #ADA653; }
a { background-color: rgb(173,166,83); }
div.DivClassName
{
background-color: #ADA653;
}
.BgClassName
{
background-color: #ADA653;
}
</style>
border-color css
<style>
span { border-color: #ADA653; }
span { border-color: rgb(173,166,83); }
td.TdClassName
{
border-color: #ADA653;
}
.TagClassName
{
border-color: #ADA653;
}
</style>