Shades of Olive Green #ADA555
Tints of Olive Green #ADA555
RGB
CMYK
RGB Variations
Color information
#ADA555 (or 0xADA555) is known color: Olive Green. HEX triplet: AD, A5 and 55. RGB value is (173,165,85). Sum of RGB (Red+Green+Blue) = 173+165+85=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA555 is #525AAA. Grayscale: #9E9E9E. Windows color (decimal): -5397163 or 5612973. OLE color: 5612973.
HSL color Cylindrical-coordinate representation of color #ADA555: hue angle of 54.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADA555 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 85 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.32 |
| HSL | 54.55º | 0.35% | 0.51% | - |
| HSV(B) | 54.55º | 0.51% | 0.68% | - |
| XYZ | 32.33 | 36.45 | 13.93 | - |
| YUV | 158.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 85 | 0 | 0.05 | 0.51 | 0.32 | 54.55 | 0.35 | 0.51 |
| Hex | AD | A5 | 55 | 0 | 5 | 33 | 20 | 37 | 23 | 33 |
| Octal | 255 | 245 | 125 | 0 | 5 | 63 | 40 | 67 | 43 | 63 |
| Binary | 10101101 | 10100101 | 1010101 | 0 | 101 | 110011 | 100000 | 110111 | 100011 | 110011 |
Color Harmonies of #ADA555
Complementary color
Monochromatic Colors of #ADA555
Black with #ADA555
Text Example
Text Example
White with #ADA555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA555; }
p { color: rgb(173,165,85); }
H1.HeaderClassName
{
color: #ADA555;
}
.AnyTagClassName
{
color: #ADA555;
}
</style>
background-color css
<style>
a { background-color: #ADA555; }
a { background-color: rgb(173,165,85); }
div.DivClassName
{
background-color: #ADA555;
}
.BgClassName
{
background-color: #ADA555;
}
</style>
border-color css
<style>
span { border-color: #ADA555; }
span { border-color: rgb(173,165,85); }
td.TdClassName
{
border-color: #ADA555;
}
.TagClassName
{
border-color: #ADA555;
}
</style>