Shades of Olive Green #ADA855
Tints of Olive Green #ADA855
RGB
CMYK
RGB Variations
Color information
#ADA855 (or 0xADA855) is known color: Olive Green. HEX triplet: AD, A8 and 55. RGB value is (173,168,85). Sum of RGB (Red+Green+Blue) = 173+168+85=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA855 is #5257AA. Grayscale: #A0A0A0. Windows color (decimal): -5396395 or 5613741. OLE color: 5613741.
HSL color Cylindrical-coordinate representation of color #ADA855: hue angle of 56.59º 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 #ADA855 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 85 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.32 |
| HSL | 56.59º | 0.35% | 0.51% | - |
| HSV(B) | 56.59º | 0.51% | 0.68% | - |
| XYZ | 32.88 | 37.55 | 14.11 | - |
| YUV | 160.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 85 | 0 | 0.03 | 0.51 | 0.32 | 56.59 | 0.35 | 0.51 |
| Hex | AD | A8 | 55 | 0 | 3 | 33 | 20 | 39 | 23 | 33 |
| Octal | 255 | 250 | 125 | 0 | 3 | 63 | 40 | 71 | 43 | 63 |
| Binary | 10101101 | 10101000 | 1010101 | 0 | 11 | 110011 | 100000 | 111001 | 100011 | 110011 |
Color Harmonies of #ADA855
Complementary color
Monochromatic Colors of #ADA855
Black with #ADA855
Text Example
Text Example
White with #ADA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA855; }
p { color: rgb(173,168,85); }
H1.HeaderClassName
{
color: #ADA855;
}
.AnyTagClassName
{
color: #ADA855;
}
</style>
background-color css
<style>
a { background-color: #ADA855; }
a { background-color: rgb(173,168,85); }
div.DivClassName
{
background-color: #ADA855;
}
.BgClassName
{
background-color: #ADA855;
}
</style>
border-color css
<style>
span { border-color: #ADA855; }
span { border-color: rgb(173,168,85); }
td.TdClassName
{
border-color: #ADA855;
}
.TagClassName
{
border-color: #ADA855;
}
</style>