Shades of Olive Green #ADAC54
Tints of Olive Green #ADAC54
RGB
CMYK
RGB Variations
Color information
#ADAC54 (or 0xADAC54) is known color: Olive Green. HEX triplet: AD, AC and 54. RGB value is (173,172,84). Sum of RGB (Red+Green+Blue) = 173+172+84=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC54 is #5253AB. Grayscale: #A2A2A2. Windows color (decimal): -5395372 or 5549229. OLE color: 5549229.
HSL color Cylindrical-coordinate representation of color #ADAC54: hue angle of 59.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADAC54 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 84 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.32 |
| HSL | 59.33º | 0.35% | 0.5% | - |
| HSV(B) | 59.33º | 0.51% | 0.68% | - |
| XYZ | 33.59 | 39.03 | 14.15 | - |
| YUV | 162.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 84 | 0 | 0.01 | 0.51 | 0.32 | 59.33 | 0.35 | 0.5 |
| Hex | AD | AC | 54 | 0 | 1 | 33 | 20 | 3B | 23 | 32 |
| Octal | 255 | 254 | 124 | 0 | 1 | 63 | 40 | 73 | 43 | 62 |
| Binary | 10101101 | 10101100 | 1010100 | 0 | 1 | 110011 | 100000 | 111011 | 100011 | 110010 |
Color Harmonies of #ADAC54
Complementary color
Monochromatic Colors of #ADAC54
Black with #ADAC54
Text Example
Text Example
White with #ADAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC54; }
p { color: rgb(173,172,84); }
H1.HeaderClassName
{
color: #ADAC54;
}
.AnyTagClassName
{
color: #ADAC54;
}
</style>
background-color css
<style>
a { background-color: #ADAC54; }
a { background-color: rgb(173,172,84); }
div.DivClassName
{
background-color: #ADAC54;
}
.BgClassName
{
background-color: #ADAC54;
}
</style>
border-color css
<style>
span { border-color: #ADAC54; }
span { border-color: rgb(173,172,84); }
td.TdClassName
{
border-color: #ADAC54;
}
.TagClassName
{
border-color: #ADAC54;
}
</style>