Shades of Olive Green #ADAA61
Tints of Olive Green #ADAA61
RGB
CMYK
RGB Variations
Color information
#ADAA61 (or 0xADAA61) is known color: Olive Green. HEX triplet: AD, AA and 61. RGB value is (173,170,97). Sum of RGB (Red+Green+Blue) = 173+170+97=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA61 is #52559E. Grayscale: #A2A2A2. Windows color (decimal): -5395871 or 6400685. OLE color: 6400685.
HSL color Cylindrical-coordinate representation of color #ADAA61: hue angle of 57.63º 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 #ADAA61 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 97 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.32 |
| HSL | 57.63º | 0.32% | 0.53% | - |
| HSV(B) | 57.63º | 0.44% | 0.68% | - |
| XYZ | 33.77 | 38.5 | 16.96 | - |
| YUV | 162.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 97 | 0 | 0.02 | 0.44 | 0.32 | 57.63 | 0.32 | 0.53 |
| Hex | AD | AA | 61 | 0 | 2 | 2C | 20 | 3A | 20 | 35 |
| Octal | 255 | 252 | 141 | 0 | 2 | 54 | 40 | 72 | 40 | 65 |
| Binary | 10101101 | 10101010 | 1100001 | 0 | 10 | 101100 | 100000 | 111010 | 100000 | 110101 |
Color Harmonies of #ADAA61
Complementary color
Monochromatic Colors of #ADAA61
Black with #ADAA61
Text Example
Text Example
White with #ADAA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA61; }
p { color: rgb(173,170,97); }
H1.HeaderClassName
{
color: #ADAA61;
}
.AnyTagClassName
{
color: #ADAA61;
}
</style>
background-color css
<style>
a { background-color: #ADAA61; }
a { background-color: rgb(173,170,97); }
div.DivClassName
{
background-color: #ADAA61;
}
.BgClassName
{
background-color: #ADAA61;
}
</style>
border-color css
<style>
span { border-color: #ADAA61; }
span { border-color: rgb(173,170,97); }
td.TdClassName
{
border-color: #ADAA61;
}
.TagClassName
{
border-color: #ADAA61;
}
</style>