Shades of Olive Green #ADAC6A
Tints of Olive Green #ADAC6A
RGB
CMYK
RGB Variations
Color information
#ADAC6A (or 0xADAC6A) is known color: Olive Green. HEX triplet: AD, AC and 6A. RGB value is (173,172,106). Sum of RGB (Red+Green+Blue) = 173+172+106=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC6A is #525395. Grayscale: #A5A5A5. Windows color (decimal): -5395350 or 6991021. OLE color: 6991021.
HSL color Cylindrical-coordinate representation of color #ADAC6A: hue angle of 59.1º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADAC6A is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 106 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.32 |
| HSL | 59.1º | 0.29% | 0.55% | - |
| HSV(B) | 59.1º | 0.39% | 0.68% | - |
| XYZ | 34.59 | 39.43 | 19.42 | - |
| YUV | 164.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 106 | 0 | 0.01 | 0.39 | 0.32 | 59.1 | 0.29 | 0.55 |
| Hex | AD | AC | 6A | 0 | 1 | 27 | 20 | 3B | 1D | 37 |
| Octal | 255 | 254 | 152 | 0 | 1 | 47 | 40 | 73 | 35 | 67 |
| Binary | 10101101 | 10101100 | 1101010 | 0 | 1 | 100111 | 100000 | 111011 | 11101 | 110111 |
Color Harmonies of #ADAC6A
Complementary color
Monochromatic Colors of #ADAC6A
Black with #ADAC6A
Text Example
Text Example
White with #ADAC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC6A; }
p { color: rgb(173,172,106); }
H1.HeaderClassName
{
color: #ADAC6A;
}
.AnyTagClassName
{
color: #ADAC6A;
}
</style>
background-color css
<style>
a { background-color: #ADAC6A; }
a { background-color: rgb(173,172,106); }
div.DivClassName
{
background-color: #ADAC6A;
}
.BgClassName
{
background-color: #ADAC6A;
}
</style>
border-color css
<style>
span { border-color: #ADAC6A; }
span { border-color: rgb(173,172,106); }
td.TdClassName
{
border-color: #ADAC6A;
}
.TagClassName
{
border-color: #ADAC6A;
}
</style>