Shades of Olive Green #ADAD5D
Tints of Olive Green #ADAD5D
RGB
CMYK
RGB Variations
Color information
#ADAD5D (or 0xADAD5D) is known color: Olive Green. HEX triplet: AD, AD and 5D. RGB value is (173,173,93). Sum of RGB (Red+Green+Blue) = 173+173+93=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD5D is #5252A2. Grayscale: #A4A4A4. Windows color (decimal): -5395107 or 6139309. OLE color: 6139309.
HSL color Cylindrical-coordinate representation of color #ADAD5D: hue angle of 60º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADAD5D is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 93 | - |
| CMYK | 0 | 0 | 0.46 | 0.32 |
| HSL | 60º | 0.33% | 0.52% | - |
| HSV(B) | 60º | 0.46% | 0.68% | - |
| XYZ | 34.15 | 39.56 | 16.19 | - |
| YUV | 163.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 93 | 0 | 0 | 0.46 | 0.32 | 60 | 0.33 | 0.52 |
| Hex | AD | AD | 5D | 0 | 0 | 2E | 20 | 3C | 21 | 34 |
| Octal | 255 | 255 | 135 | 0 | 0 | 56 | 40 | 74 | 41 | 64 |
| Binary | 10101101 | 10101101 | 1011101 | 0 | 0 | 101110 | 100000 | 111100 | 100001 | 110100 |
Color Harmonies of #ADAD5D
Complementary color
Monochromatic Colors of #ADAD5D
Black with #ADAD5D
Text Example
Text Example
White with #ADAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD5D; }
p { color: rgb(173,173,93); }
H1.HeaderClassName
{
color: #ADAD5D;
}
.AnyTagClassName
{
color: #ADAD5D;
}
</style>
background-color css
<style>
a { background-color: #ADAD5D; }
a { background-color: rgb(173,173,93); }
div.DivClassName
{
background-color: #ADAD5D;
}
.BgClassName
{
background-color: #ADAD5D;
}
</style>
border-color css
<style>
span { border-color: #ADAD5D; }
span { border-color: rgb(173,173,93); }
td.TdClassName
{
border-color: #ADAD5D;
}
.TagClassName
{
border-color: #ADAD5D;
}
</style>