Shades of Olive Green #ADAD5A
Tints of Olive Green #ADAD5A
RGB
CMYK
RGB Variations
Color information
#ADAD5A (or 0xADAD5A) is known color: Olive Green. HEX triplet: AD, AD and 5A. RGB value is (173,173,90). Sum of RGB (Red+Green+Blue) = 173+173+90=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD5A is #5252A5. Grayscale: #A3A3A3. Windows color (decimal): -5395110 or 5942701. OLE color: 5942701.
HSL color Cylindrical-coordinate representation of color #ADAD5A: hue angle of 60º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADAD5A is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 90 | - |
| CMYK | 0 | 0 | 0.48 | 0.32 |
| HSL | 60º | 0.34% | 0.52% | - |
| HSV(B) | 60º | 0.48% | 0.68% | - |
| XYZ | 34.02 | 39.51 | 15.51 | - |
| YUV | 163.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 90 | 0 | 0 | 0.48 | 0.32 | 60 | 0.34 | 0.52 |
| Hex | AD | AD | 5A | 0 | 0 | 30 | 20 | 3C | 22 | 34 |
| Octal | 255 | 255 | 132 | 0 | 0 | 60 | 40 | 74 | 42 | 64 |
| Binary | 10101101 | 10101101 | 1011010 | 0 | 0 | 110000 | 100000 | 111100 | 100010 | 110100 |
Color Harmonies of #ADAD5A
Complementary color
Monochromatic Colors of #ADAD5A
Black with #ADAD5A
Text Example
Text Example
White with #ADAD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD5A; }
p { color: rgb(173,173,90); }
H1.HeaderClassName
{
color: #ADAD5A;
}
.AnyTagClassName
{
color: #ADAD5A;
}
</style>
background-color css
<style>
a { background-color: #ADAD5A; }
a { background-color: rgb(173,173,90); }
div.DivClassName
{
background-color: #ADAD5A;
}
.BgClassName
{
background-color: #ADAD5A;
}
</style>
border-color css
<style>
span { border-color: #ADAD5A; }
span { border-color: rgb(173,173,90); }
td.TdClassName
{
border-color: #ADAD5A;
}
.TagClassName
{
border-color: #ADAD5A;
}
</style>