Shades of Olive Green #ADAD57
Tints of Olive Green #ADAD57
RGB
CMYK
RGB Variations
Color information
#ADAD57 (or 0xADAD57) is known color: Olive Green. HEX triplet: AD, AD and 57. RGB value is (173,173,87). Sum of RGB (Red+Green+Blue) = 173+173+87=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD57 is #5252A8. Grayscale: #A3A3A3. Windows color (decimal): -5395113 or 5746093. OLE color: 5746093.
HSL color Cylindrical-coordinate representation of color #ADAD57: hue angle of 60º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADAD57 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 87 | - |
| CMYK | 0 | 0 | 0.50 | 0.32 |
| HSL | 60º | 0.34% | 0.51% | - |
| HSV(B) | 60º | 0.5% | 0.68% | - |
| XYZ | 33.9 | 39.46 | 14.85 | - |
| YUV | 163.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 87 | 0 | 0 | 0.50 | 0.32 | 60 | 0.34 | 0.51 |
| Hex | AD | AD | 57 | 0 | 0 | 32 | 20 | 3C | 22 | 33 |
| Octal | 255 | 255 | 127 | 0 | 0 | 62 | 40 | 74 | 42 | 63 |
| Binary | 10101101 | 10101101 | 1010111 | 0 | 0 | 110010 | 100000 | 111100 | 100010 | 110011 |
Color Harmonies of #ADAD57
Complementary color
Monochromatic Colors of #ADAD57
Black with #ADAD57
Text Example
Text Example
White with #ADAD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD57; }
p { color: rgb(173,173,87); }
H1.HeaderClassName
{
color: #ADAD57;
}
.AnyTagClassName
{
color: #ADAD57;
}
</style>
background-color css
<style>
a { background-color: #ADAD57; }
a { background-color: rgb(173,173,87); }
div.DivClassName
{
background-color: #ADAD57;
}
.BgClassName
{
background-color: #ADAD57;
}
</style>
border-color css
<style>
span { border-color: #ADAD57; }
span { border-color: rgb(173,173,87); }
td.TdClassName
{
border-color: #ADAD57;
}
.TagClassName
{
border-color: #ADAD57;
}
</style>