Shades of Olive Green #ADAC5A
Tints of Olive Green #ADAC5A
RGB
CMYK
RGB Variations
Color information
#ADAC5A (or 0xADAC5A) is known color: Olive Green. HEX triplet: AD, AC and 5A. RGB value is (173,172,90). Sum of RGB (Red+Green+Blue) = 173+172+90=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC5A is #5253A5. Grayscale: #A3A3A3. Windows color (decimal): -5395366 or 5942445. OLE color: 5942445.
HSL color Cylindrical-coordinate representation of color #ADAC5A: hue angle of 59.28º 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 #ADAC5A is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 90 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.32 |
| HSL | 59.28º | 0.34% | 0.52% | - |
| HSV(B) | 59.28º | 0.48% | 0.68% | - |
| XYZ | 33.83 | 39.13 | 15.44 | - |
| YUV | 162.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 90 | 0 | 0.01 | 0.48 | 0.32 | 59.28 | 0.34 | 0.52 |
| Hex | AD | AC | 5A | 0 | 1 | 30 | 20 | 3B | 22 | 34 |
| Octal | 255 | 254 | 132 | 0 | 1 | 60 | 40 | 73 | 42 | 64 |
| Binary | 10101101 | 10101100 | 1011010 | 0 | 1 | 110000 | 100000 | 111011 | 100010 | 110100 |
Color Harmonies of #ADAC5A
Complementary color
Monochromatic Colors of #ADAC5A
Black with #ADAC5A
Text Example
Text Example
White with #ADAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC5A; }
p { color: rgb(173,172,90); }
H1.HeaderClassName
{
color: #ADAC5A;
}
.AnyTagClassName
{
color: #ADAC5A;
}
</style>
background-color css
<style>
a { background-color: #ADAC5A; }
a { background-color: rgb(173,172,90); }
div.DivClassName
{
background-color: #ADAC5A;
}
.BgClassName
{
background-color: #ADAC5A;
}
</style>
border-color css
<style>
span { border-color: #ADAC5A; }
span { border-color: rgb(173,172,90); }
td.TdClassName
{
border-color: #ADAC5A;
}
.TagClassName
{
border-color: #ADAC5A;
}
</style>