Shades of Olive Green #ADA959
Tints of Olive Green #ADA959
RGB
CMYK
RGB Variations
Color information
#ADA959 (or 0xADA959) is known color: Olive Green. HEX triplet: AD, A9 and 59. RGB value is (173,169,89). Sum of RGB (Red+Green+Blue) = 173+169+89=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA959 is #5256A6. Grayscale: #A1A1A1. Windows color (decimal): -5396135 or 5876141. OLE color: 5876141.
HSL color Cylindrical-coordinate representation of color #ADA959: hue angle of 57.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADA959 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 89 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.32 |
| HSL | 57.14º | 0.34% | 0.51% | - |
| HSV(B) | 57.14º | 0.49% | 0.68% | - |
| XYZ | 33.22 | 37.98 | 15.03 | - |
| YUV | 161.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 89 | 0 | 0.02 | 0.49 | 0.32 | 57.14 | 0.34 | 0.51 |
| Hex | AD | A9 | 59 | 0 | 2 | 31 | 20 | 39 | 22 | 33 |
| Octal | 255 | 251 | 131 | 0 | 2 | 61 | 40 | 71 | 42 | 63 |
| Binary | 10101101 | 10101001 | 1011001 | 0 | 10 | 110001 | 100000 | 111001 | 100010 | 110011 |
Color Harmonies of #ADA959
Complementary color
Monochromatic Colors of #ADA959
Black with #ADA959
Text Example
Text Example
White with #ADA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA959; }
p { color: rgb(173,169,89); }
H1.HeaderClassName
{
color: #ADA959;
}
.AnyTagClassName
{
color: #ADA959;
}
</style>
background-color css
<style>
a { background-color: #ADA959; }
a { background-color: rgb(173,169,89); }
div.DivClassName
{
background-color: #ADA959;
}
.BgClassName
{
background-color: #ADA959;
}
</style>
border-color css
<style>
span { border-color: #ADA959; }
span { border-color: rgb(173,169,89); }
td.TdClassName
{
border-color: #ADA959;
}
.TagClassName
{
border-color: #ADA959;
}
</style>