Shades of Olive Green #ADA854
Tints of Olive Green #ADA854
RGB
CMYK
RGB Variations
Color information
#ADA854 (or 0xADA854) is known color: Olive Green. HEX triplet: AD, A8 and 54. RGB value is (173,168,84). Sum of RGB (Red+Green+Blue) = 173+168+84=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA854 is #5257AB. Grayscale: #A0A0A0. Windows color (decimal): -5396396 or 5548205. OLE color: 5548205.
HSL color Cylindrical-coordinate representation of color #ADA854: hue angle of 56.63º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADA854 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 84 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.32 |
| HSL | 56.63º | 0.35% | 0.5% | - |
| HSV(B) | 56.63º | 0.51% | 0.68% | - |
| XYZ | 32.84 | 37.53 | 13.9 | - |
| YUV | 159.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 84 | 0 | 0.03 | 0.51 | 0.32 | 56.63 | 0.35 | 0.5 |
| Hex | AD | A8 | 54 | 0 | 3 | 33 | 20 | 39 | 23 | 32 |
| Octal | 255 | 250 | 124 | 0 | 3 | 63 | 40 | 71 | 43 | 62 |
| Binary | 10101101 | 10101000 | 1010100 | 0 | 11 | 110011 | 100000 | 111001 | 100011 | 110010 |
Color Harmonies of #ADA854
Complementary color
Monochromatic Colors of #ADA854
Black with #ADA854
Text Example
Text Example
White with #ADA854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA854; }
p { color: rgb(173,168,84); }
H1.HeaderClassName
{
color: #ADA854;
}
.AnyTagClassName
{
color: #ADA854;
}
</style>
background-color css
<style>
a { background-color: #ADA854; }
a { background-color: rgb(173,168,84); }
div.DivClassName
{
background-color: #ADA854;
}
.BgClassName
{
background-color: #ADA854;
}
</style>
border-color css
<style>
span { border-color: #ADA854; }
span { border-color: rgb(173,168,84); }
td.TdClassName
{
border-color: #ADA854;
}
.TagClassName
{
border-color: #ADA854;
}
</style>