Shades of Olive Green #ADAC53
Tints of Olive Green #ADAC53
RGB
CMYK
RGB Variations
Color information
#ADAC53 (or 0xADAC53) is known color: Olive Green. HEX triplet: AD, AC and 53. RGB value is (173,172,83). Sum of RGB (Red+Green+Blue) = 173+172+83=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC53 is #5253AC. Grayscale: #A2A2A2. Windows color (decimal): -5395373 or 5483693. OLE color: 5483693.
HSL color Cylindrical-coordinate representation of color #ADAC53: hue angle of 59.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 #ADAC53 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 83 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.32 |
| HSL | 59.33º | 0.35% | 0.5% | - |
| HSV(B) | 59.33º | 0.52% | 0.68% | - |
| XYZ | 33.55 | 39.01 | 13.95 | - |
| YUV | 162.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 83 | 0 | 0.01 | 0.52 | 0.32 | 59.33 | 0.35 | 0.5 |
| Hex | AD | AC | 53 | 0 | 1 | 34 | 20 | 3B | 23 | 32 |
| Octal | 255 | 254 | 123 | 0 | 1 | 64 | 40 | 73 | 43 | 62 |
| Binary | 10101101 | 10101100 | 1010011 | 0 | 1 | 110100 | 100000 | 111011 | 100011 | 110010 |
Color Harmonies of #ADAC53
Complementary color
Monochromatic Colors of #ADAC53
Black with #ADAC53
Text Example
Text Example
White with #ADAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC53; }
p { color: rgb(173,172,83); }
H1.HeaderClassName
{
color: #ADAC53;
}
.AnyTagClassName
{
color: #ADAC53;
}
</style>
background-color css
<style>
a { background-color: #ADAC53; }
a { background-color: rgb(173,172,83); }
div.DivClassName
{
background-color: #ADAC53;
}
.BgClassName
{
background-color: #ADAC53;
}
</style>
border-color css
<style>
span { border-color: #ADAC53; }
span { border-color: rgb(173,172,83); }
td.TdClassName
{
border-color: #ADAC53;
}
.TagClassName
{
border-color: #ADAC53;
}
</style>