Shades of Olive Green #ADAC51
Tints of Olive Green #ADAC51
RGB
CMYK
RGB Variations
Color information
#ADAC51 (or 0xADAC51) is known color: Olive Green. HEX triplet: AD, AC and 51. RGB value is (173,172,81). Sum of RGB (Red+Green+Blue) = 173+172+81=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC51 is #5253AE. Grayscale: #A2A2A2. Windows color (decimal): -5395375 or 5352621. OLE color: 5352621.
HSL color Cylindrical-coordinate representation of color #ADAC51: hue angle of 59.35º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADAC51 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 81 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.32 |
| HSL | 59.35º | 0.36% | 0.5% | - |
| HSV(B) | 59.35º | 0.53% | 0.68% | - |
| XYZ | 33.47 | 38.98 | 13.55 | - |
| YUV | 161.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 81 | 0 | 0.01 | 0.53 | 0.32 | 59.35 | 0.36 | 0.5 |
| Hex | AD | AC | 51 | 0 | 1 | 35 | 20 | 3B | 24 | 32 |
| Octal | 255 | 254 | 121 | 0 | 1 | 65 | 40 | 73 | 44 | 62 |
| Binary | 10101101 | 10101100 | 1010001 | 0 | 1 | 110101 | 100000 | 111011 | 100100 | 110010 |
Color Harmonies of #ADAC51
Complementary color
Monochromatic Colors of #ADAC51
Black with #ADAC51
Text Example
Text Example
White with #ADAC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC51; }
p { color: rgb(173,172,81); }
H1.HeaderClassName
{
color: #ADAC51;
}
.AnyTagClassName
{
color: #ADAC51;
}
</style>
background-color css
<style>
a { background-color: #ADAC51; }
a { background-color: rgb(173,172,81); }
div.DivClassName
{
background-color: #ADAC51;
}
.BgClassName
{
background-color: #ADAC51;
}
</style>
border-color css
<style>
span { border-color: #ADAC51; }
span { border-color: rgb(173,172,81); }
td.TdClassName
{
border-color: #ADAC51;
}
.TagClassName
{
border-color: #ADAC51;
}
</style>