Shades of Olive Green #ADAC6C
Tints of Olive Green #ADAC6C
RGB
CMYK
RGB Variations
Color information
#ADAC6C (or 0xADAC6C) is known color: Olive Green. HEX triplet: AD, AC and 6C. RGB value is (173,172,108). Sum of RGB (Red+Green+Blue) = 173+172+108=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC6C is #525393. Grayscale: #A5A5A5. Windows color (decimal): -5395348 or 7122093. OLE color: 7122093.
HSL color Cylindrical-coordinate representation of color #ADAC6C: hue angle of 59.08º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADAC6C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 108 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.32 |
| HSL | 59.08º | 0.28% | 0.55% | - |
| HSV(B) | 59.08º | 0.38% | 0.68% | - |
| XYZ | 34.69 | 39.47 | 19.98 | - |
| YUV | 165 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 108 | 0 | 0.01 | 0.38 | 0.32 | 59.08 | 0.28 | 0.55 |
| Hex | AD | AC | 6C | 0 | 1 | 26 | 20 | 3B | 1C | 37 |
| Octal | 255 | 254 | 154 | 0 | 1 | 46 | 40 | 73 | 34 | 67 |
| Binary | 10101101 | 10101100 | 1101100 | 0 | 1 | 100110 | 100000 | 111011 | 11100 | 110111 |
Color Harmonies of #ADAC6C
Complementary color
Monochromatic Colors of #ADAC6C
Black with #ADAC6C
Text Example
Text Example
White with #ADAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC6C; }
p { color: rgb(173,172,108); }
H1.HeaderClassName
{
color: #ADAC6C;
}
.AnyTagClassName
{
color: #ADAC6C;
}
</style>
background-color css
<style>
a { background-color: #ADAC6C; }
a { background-color: rgb(173,172,108); }
div.DivClassName
{
background-color: #ADAC6C;
}
.BgClassName
{
background-color: #ADAC6C;
}
</style>
border-color css
<style>
span { border-color: #ADAC6C; }
span { border-color: rgb(173,172,108); }
td.TdClassName
{
border-color: #ADAC6C;
}
.TagClassName
{
border-color: #ADAC6C;
}
</style>