Shades of Olive Green #ADAD60
Tints of Olive Green #ADAD60
RGB
CMYK
RGB Variations
Color information
#ADAD60 (or 0xADAD60) is known color: Olive Green. HEX triplet: AD, AD and 60. RGB value is (173,173,96). Sum of RGB (Red+Green+Blue) = 173+173+96=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD60 is #52529F. Grayscale: #A4A4A4. Windows color (decimal): -5395104 or 6335917. OLE color: 6335917.
HSL color Cylindrical-coordinate representation of color #ADAD60: hue angle of 60º 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 #ADAD60 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 96 | - |
| CMYK | 0 | 0 | 0.45 | 0.32 |
| HSL | 60º | 0.32% | 0.53% | - |
| HSV(B) | 60º | 0.45% | 0.68% | - |
| XYZ | 34.29 | 39.62 | 16.91 | - |
| YUV | 164.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 96 | 0 | 0 | 0.45 | 0.32 | 60 | 0.32 | 0.53 |
| Hex | AD | AD | 60 | 0 | 0 | 2D | 20 | 3C | 20 | 35 |
| Octal | 255 | 255 | 140 | 0 | 0 | 55 | 40 | 74 | 40 | 65 |
| Binary | 10101101 | 10101101 | 1100000 | 0 | 0 | 101101 | 100000 | 111100 | 100000 | 110101 |
Color Harmonies of #ADAD60
Complementary color
Monochromatic Colors of #ADAD60
Black with #ADAD60
Text Example
Text Example
White with #ADAD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD60; }
p { color: rgb(173,173,96); }
H1.HeaderClassName
{
color: #ADAD60;
}
.AnyTagClassName
{
color: #ADAD60;
}
</style>
background-color css
<style>
a { background-color: #ADAD60; }
a { background-color: rgb(173,173,96); }
div.DivClassName
{
background-color: #ADAD60;
}
.BgClassName
{
background-color: #ADAD60;
}
</style>
border-color css
<style>
span { border-color: #ADAD60; }
span { border-color: rgb(173,173,96); }
td.TdClassName
{
border-color: #ADAD60;
}
.TagClassName
{
border-color: #ADAD60;
}
</style>