Shades of Olive Green #ADA756
Tints of Olive Green #ADA756
RGB
CMYK
RGB Variations
Color information
#ADA756 (or 0xADA756) is known color: Olive Green. HEX triplet: AD, A7 and 56. RGB value is (173,167,86). Sum of RGB (Red+Green+Blue) = 173+167+86=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA756 is #5258A9. Grayscale: #9F9F9F. Windows color (decimal): -5396650 or 5679021. OLE color: 5679021.
HSL color Cylindrical-coordinate representation of color #ADA756: hue angle of 55.86º 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 #ADA756 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 86 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.32 |
| HSL | 55.86º | 0.35% | 0.51% | - |
| HSV(B) | 55.86º | 0.5% | 0.68% | - |
| XYZ | 32.73 | 37.19 | 14.26 | - |
| YUV | 159.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 86 | 0 | 0.03 | 0.50 | 0.32 | 55.86 | 0.35 | 0.51 |
| Hex | AD | A7 | 56 | 0 | 3 | 32 | 20 | 38 | 23 | 33 |
| Octal | 255 | 247 | 126 | 0 | 3 | 62 | 40 | 70 | 43 | 63 |
| Binary | 10101101 | 10100111 | 1010110 | 0 | 11 | 110010 | 100000 | 111000 | 100011 | 110011 |
Color Harmonies of #ADA756
Complementary color
Monochromatic Colors of #ADA756
Black with #ADA756
Text Example
Text Example
White with #ADA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA756; }
p { color: rgb(173,167,86); }
H1.HeaderClassName
{
color: #ADA756;
}
.AnyTagClassName
{
color: #ADA756;
}
</style>
background-color css
<style>
a { background-color: #ADA756; }
a { background-color: rgb(173,167,86); }
div.DivClassName
{
background-color: #ADA756;
}
.BgClassName
{
background-color: #ADA756;
}
</style>
border-color css
<style>
span { border-color: #ADA756; }
span { border-color: rgb(173,167,86); }
td.TdClassName
{
border-color: #ADA756;
}
.TagClassName
{
border-color: #ADA756;
}
</style>