Shades of Olive Green #ADAA60
Tints of Olive Green #ADAA60
RGB
CMYK
RGB Variations
Color information
#ADAA60 (or 0xADAA60) is known color: Olive Green. HEX triplet: AD, AA and 60. RGB value is (173,170,96). Sum of RGB (Red+Green+Blue) = 173+170+96=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA60 is #52559F. Grayscale: #A2A2A2. Windows color (decimal): -5395872 or 6335149. OLE color: 6335149.
HSL color Cylindrical-coordinate representation of color #ADAA60: hue angle of 57.66º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADAA60 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 96 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.32 |
| HSL | 57.66º | 0.32% | 0.53% | - |
| HSV(B) | 57.66º | 0.45% | 0.68% | - |
| XYZ | 33.72 | 38.48 | 16.72 | - |
| YUV | 162.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 96 | 0 | 0.02 | 0.45 | 0.32 | 57.66 | 0.32 | 0.53 |
| Hex | AD | AA | 60 | 0 | 2 | 2D | 20 | 3A | 20 | 35 |
| Octal | 255 | 252 | 140 | 0 | 2 | 55 | 40 | 72 | 40 | 65 |
| Binary | 10101101 | 10101010 | 1100000 | 0 | 10 | 101101 | 100000 | 111010 | 100000 | 110101 |
Color Harmonies of #ADAA60
Complementary color
Monochromatic Colors of #ADAA60
Black with #ADAA60
Text Example
Text Example
White with #ADAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA60; }
p { color: rgb(173,170,96); }
H1.HeaderClassName
{
color: #ADAA60;
}
.AnyTagClassName
{
color: #ADAA60;
}
</style>
background-color css
<style>
a { background-color: #ADAA60; }
a { background-color: rgb(173,170,96); }
div.DivClassName
{
background-color: #ADAA60;
}
.BgClassName
{
background-color: #ADAA60;
}
</style>
border-color css
<style>
span { border-color: #ADAA60; }
span { border-color: rgb(173,170,96); }
td.TdClassName
{
border-color: #ADAA60;
}
.TagClassName
{
border-color: #ADAA60;
}
</style>