Shades of Olive Green #ADA856
Tints of Olive Green #ADA856
RGB
CMYK
RGB Variations
Color information
#ADA856 (or 0xADA856) is known color: Olive Green. HEX triplet: AD, A8 and 56. RGB value is (173,168,86). Sum of RGB (Red+Green+Blue) = 173+168+86=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA856 is #5257A9. Grayscale: #A0A0A0. Windows color (decimal): -5396394 or 5679277. OLE color: 5679277.
HSL color Cylindrical-coordinate representation of color #ADA856: hue angle of 56.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADA856 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 86 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.32 |
| HSL | 56.55º | 0.35% | 0.51% | - |
| HSV(B) | 56.55º | 0.5% | 0.68% | - |
| XYZ | 32.92 | 37.56 | 14.32 | - |
| YUV | 160.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 86 | 0 | 0.03 | 0.50 | 0.32 | 56.55 | 0.35 | 0.51 |
| Hex | AD | A8 | 56 | 0 | 3 | 32 | 20 | 39 | 23 | 33 |
| Octal | 255 | 250 | 126 | 0 | 3 | 62 | 40 | 71 | 43 | 63 |
| Binary | 10101101 | 10101000 | 1010110 | 0 | 11 | 110010 | 100000 | 111001 | 100011 | 110011 |
Color Harmonies of #ADA856
Complementary color
Monochromatic Colors of #ADA856
Black with #ADA856
Text Example
Text Example
White with #ADA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA856; }
p { color: rgb(173,168,86); }
H1.HeaderClassName
{
color: #ADA856;
}
.AnyTagClassName
{
color: #ADA856;
}
</style>
background-color css
<style>
a { background-color: #ADA856; }
a { background-color: rgb(173,168,86); }
div.DivClassName
{
background-color: #ADA856;
}
.BgClassName
{
background-color: #ADA856;
}
</style>
border-color css
<style>
span { border-color: #ADA856; }
span { border-color: rgb(173,168,86); }
td.TdClassName
{
border-color: #ADA856;
}
.TagClassName
{
border-color: #ADA856;
}
</style>