Shades of Olive Green #ADAA53
Tints of Olive Green #ADAA53
RGB
CMYK
RGB Variations
Color information
#ADAA53 (or 0xADAA53) is known color: Olive Green. HEX triplet: AD, AA and 53. RGB value is (173,170,83). Sum of RGB (Red+Green+Blue) = 173+170+83=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA53 is #5255AC. Grayscale: #A1A1A1. Windows color (decimal): -5395885 or 5483181. OLE color: 5483181.
HSL color Cylindrical-coordinate representation of color #ADAA53: hue angle of 58º 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 #ADAA53 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 83 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.32 |
| HSL | 58º | 0.35% | 0.5% | - |
| HSV(B) | 58º | 0.52% | 0.68% | - |
| XYZ | 33.17 | 38.26 | 13.82 | - |
| YUV | 160.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 83 | 0 | 0.02 | 0.52 | 0.32 | 58 | 0.35 | 0.5 |
| Hex | AD | AA | 53 | 0 | 2 | 34 | 20 | 3A | 23 | 32 |
| Octal | 255 | 252 | 123 | 0 | 2 | 64 | 40 | 72 | 43 | 62 |
| Binary | 10101101 | 10101010 | 1010011 | 0 | 10 | 110100 | 100000 | 111010 | 100011 | 110010 |
Color Harmonies of #ADAA53
Complementary color
Monochromatic Colors of #ADAA53
Black with #ADAA53
Text Example
Text Example
White with #ADAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA53; }
p { color: rgb(173,170,83); }
H1.HeaderClassName
{
color: #ADAA53;
}
.AnyTagClassName
{
color: #ADAA53;
}
</style>
background-color css
<style>
a { background-color: #ADAA53; }
a { background-color: rgb(173,170,83); }
div.DivClassName
{
background-color: #ADAA53;
}
.BgClassName
{
background-color: #ADAA53;
}
</style>
border-color css
<style>
span { border-color: #ADAA53; }
span { border-color: rgb(173,170,83); }
td.TdClassName
{
border-color: #ADAA53;
}
.TagClassName
{
border-color: #ADAA53;
}
</style>