Shades of Olive Green #ADA961
Tints of Olive Green #ADA961
RGB
CMYK
RGB Variations
Color information
#ADA961 (or 0xADA961) is known color: Olive Green. HEX triplet: AD, A9 and 61. RGB value is (173,169,97). Sum of RGB (Red+Green+Blue) = 173+169+97=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA961 is #52569E. Grayscale: #A2A2A2. Windows color (decimal): -5396127 or 6400429. OLE color: 6400429.
HSL color Cylindrical-coordinate representation of color #ADA961: hue angle of 56.84º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADA961 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 97 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.32 |
| HSL | 56.84º | 0.32% | 0.53% | - |
| HSV(B) | 56.84º | 0.44% | 0.68% | - |
| XYZ | 33.58 | 38.12 | 16.9 | - |
| YUV | 161.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 97 | 0 | 0.02 | 0.44 | 0.32 | 56.84 | 0.32 | 0.53 |
| Hex | AD | A9 | 61 | 0 | 2 | 2C | 20 | 39 | 20 | 35 |
| Octal | 255 | 251 | 141 | 0 | 2 | 54 | 40 | 71 | 40 | 65 |
| Binary | 10101101 | 10101001 | 1100001 | 0 | 10 | 101100 | 100000 | 111001 | 100000 | 110101 |
Color Harmonies of #ADA961
Complementary color
Monochromatic Colors of #ADA961
Black with #ADA961
Text Example
Text Example
White with #ADA961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA961; }
p { color: rgb(173,169,97); }
H1.HeaderClassName
{
color: #ADA961;
}
.AnyTagClassName
{
color: #ADA961;
}
</style>
background-color css
<style>
a { background-color: #ADA961; }
a { background-color: rgb(173,169,97); }
div.DivClassName
{
background-color: #ADA961;
}
.BgClassName
{
background-color: #ADA961;
}
</style>
border-color css
<style>
span { border-color: #ADA961; }
span { border-color: rgb(173,169,97); }
td.TdClassName
{
border-color: #ADA961;
}
.TagClassName
{
border-color: #ADA961;
}
</style>