Shades of Olive Green #ADAA5B
Tints of Olive Green #ADAA5B
RGB
CMYK
RGB Variations
Color information
#ADAA5B (or 0xADAA5B) is known color: Olive Green. HEX triplet: AD, AA and 5B. RGB value is (173,170,91). Sum of RGB (Red+Green+Blue) = 173+170+91=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA5B is #5255A4. Grayscale: #A2A2A2. Windows color (decimal): -5395877 or 6007469. OLE color: 6007469.
HSL color Cylindrical-coordinate representation of color #ADAA5B: hue angle of 57.8º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADAA5B is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 91 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.32 |
| HSL | 57.8º | 0.33% | 0.52% | - |
| HSV(B) | 57.8º | 0.47% | 0.68% | - |
| XYZ | 33.5 | 38.39 | 15.54 | - |
| YUV | 161.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 91 | 0 | 0.02 | 0.47 | 0.32 | 57.8 | 0.33 | 0.52 |
| Hex | AD | AA | 5B | 0 | 2 | 2F | 20 | 3A | 21 | 34 |
| Octal | 255 | 252 | 133 | 0 | 2 | 57 | 40 | 72 | 41 | 64 |
| Binary | 10101101 | 10101010 | 1011011 | 0 | 10 | 101111 | 100000 | 111010 | 100001 | 110100 |
Color Harmonies of #ADAA5B
Complementary color
Monochromatic Colors of #ADAA5B
Black with #ADAA5B
Text Example
Text Example
White with #ADAA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA5B; }
p { color: rgb(173,170,91); }
H1.HeaderClassName
{
color: #ADAA5B;
}
.AnyTagClassName
{
color: #ADAA5B;
}
</style>
background-color css
<style>
a { background-color: #ADAA5B; }
a { background-color: rgb(173,170,91); }
div.DivClassName
{
background-color: #ADAA5B;
}
.BgClassName
{
background-color: #ADAA5B;
}
</style>
border-color css
<style>
span { border-color: #ADAA5B; }
span { border-color: rgb(173,170,91); }
td.TdClassName
{
border-color: #ADAA5B;
}
.TagClassName
{
border-color: #ADAA5B;
}
</style>