Shades of Olive Green #ADA955
Tints of Olive Green #ADA955
RGB
CMYK
RGB Variations
Color information
#ADA955 (or 0xADA955) is known color: Olive Green. HEX triplet: AD, A9 and 55. RGB value is (173,169,85). Sum of RGB (Red+Green+Blue) = 173+169+85=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA955 is #5256AA. Grayscale: #A0A0A0. Windows color (decimal): -5396139 or 5613997. OLE color: 5613997.
HSL color Cylindrical-coordinate representation of color #ADA955: hue angle of 57.27º 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 #ADA955 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 85 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.32 |
| HSL | 57.27º | 0.35% | 0.51% | - |
| HSV(B) | 57.27º | 0.51% | 0.68% | - |
| XYZ | 33.06 | 37.92 | 14.17 | - |
| YUV | 160.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 85 | 0 | 0.02 | 0.51 | 0.32 | 57.27 | 0.35 | 0.51 |
| Hex | AD | A9 | 55 | 0 | 2 | 33 | 20 | 39 | 23 | 33 |
| Octal | 255 | 251 | 125 | 0 | 2 | 63 | 40 | 71 | 43 | 63 |
| Binary | 10101101 | 10101001 | 1010101 | 0 | 10 | 110011 | 100000 | 111001 | 100011 | 110011 |
Color Harmonies of #ADA955
Complementary color
Monochromatic Colors of #ADA955
Black with #ADA955
Text Example
Text Example
White with #ADA955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA955; }
p { color: rgb(173,169,85); }
H1.HeaderClassName
{
color: #ADA955;
}
.AnyTagClassName
{
color: #ADA955;
}
</style>
background-color css
<style>
a { background-color: #ADA955; }
a { background-color: rgb(173,169,85); }
div.DivClassName
{
background-color: #ADA955;
}
.BgClassName
{
background-color: #ADA955;
}
</style>
border-color css
<style>
span { border-color: #ADA955; }
span { border-color: rgb(173,169,85); }
td.TdClassName
{
border-color: #ADA955;
}
.TagClassName
{
border-color: #ADA955;
}
</style>