Shades of Olive Green #ADAA5C
Tints of Olive Green #ADAA5C
RGB
CMYK
RGB Variations
Color information
#ADAA5C (or 0xADAA5C) is known color: Olive Green. HEX triplet: AD, AA and 5C. RGB value is (173,170,92). Sum of RGB (Red+Green+Blue) = 173+170+92=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA5C is #5255A3. Grayscale: #A2A2A2. Windows color (decimal): -5395876 or 6073005. OLE color: 6073005.
HSL color Cylindrical-coordinate representation of color #ADAA5C: hue angle of 57.78º 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 #ADAA5C is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 92 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.32 |
| HSL | 57.78º | 0.33% | 0.52% | - |
| HSV(B) | 57.78º | 0.47% | 0.68% | - |
| XYZ | 33.54 | 38.41 | 15.77 | - |
| YUV | 162.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 92 | 0 | 0.02 | 0.47 | 0.32 | 57.78 | 0.33 | 0.52 |
| Hex | AD | AA | 5C | 0 | 2 | 2F | 20 | 3A | 21 | 34 |
| Octal | 255 | 252 | 134 | 0 | 2 | 57 | 40 | 72 | 41 | 64 |
| Binary | 10101101 | 10101010 | 1011100 | 0 | 10 | 101111 | 100000 | 111010 | 100001 | 110100 |
Color Harmonies of #ADAA5C
Complementary color
Monochromatic Colors of #ADAA5C
Black with #ADAA5C
Text Example
Text Example
White with #ADAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA5C; }
p { color: rgb(173,170,92); }
H1.HeaderClassName
{
color: #ADAA5C;
}
.AnyTagClassName
{
color: #ADAA5C;
}
</style>
background-color css
<style>
a { background-color: #ADAA5C; }
a { background-color: rgb(173,170,92); }
div.DivClassName
{
background-color: #ADAA5C;
}
.BgClassName
{
background-color: #ADAA5C;
}
</style>
border-color css
<style>
span { border-color: #ADAA5C; }
span { border-color: rgb(173,170,92); }
td.TdClassName
{
border-color: #ADAA5C;
}
.TagClassName
{
border-color: #ADAA5C;
}
</style>