Shades of Olive Green #ADAC62
Tints of Olive Green #ADAC62
RGB
CMYK
RGB Variations
Color information
#ADAC62 (or 0xADAC62) is known color: Olive Green. HEX triplet: AD, AC and 62. RGB value is (173,172,98). Sum of RGB (Red+Green+Blue) = 173+172+98=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC62 is #52539D. Grayscale: #A4A4A4. Windows color (decimal): -5395358 or 6466733. OLE color: 6466733.
HSL color Cylindrical-coordinate representation of color #ADAC62: hue angle of 59.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADAC62 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 98 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.32 |
| HSL | 59.2º | 0.31% | 0.53% | - |
| HSV(B) | 59.2º | 0.43% | 0.68% | - |
| XYZ | 34.19 | 39.27 | 17.33 | - |
| YUV | 163.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 98 | 0 | 0.01 | 0.43 | 0.32 | 59.2 | 0.31 | 0.53 |
| Hex | AD | AC | 62 | 0 | 1 | 2B | 20 | 3B | 1F | 35 |
| Octal | 255 | 254 | 142 | 0 | 1 | 53 | 40 | 73 | 37 | 65 |
| Binary | 10101101 | 10101100 | 1100010 | 0 | 1 | 101011 | 100000 | 111011 | 11111 | 110101 |
Color Harmonies of #ADAC62
Complementary color
Monochromatic Colors of #ADAC62
Black with #ADAC62
Text Example
Text Example
White with #ADAC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC62; }
p { color: rgb(173,172,98); }
H1.HeaderClassName
{
color: #ADAC62;
}
.AnyTagClassName
{
color: #ADAC62;
}
</style>
background-color css
<style>
a { background-color: #ADAC62; }
a { background-color: rgb(173,172,98); }
div.DivClassName
{
background-color: #ADAC62;
}
.BgClassName
{
background-color: #ADAC62;
}
</style>
border-color css
<style>
span { border-color: #ADAC62; }
span { border-color: rgb(173,172,98); }
td.TdClassName
{
border-color: #ADAC62;
}
.TagClassName
{
border-color: #ADAC62;
}
</style>