Shades of Olive Green #ADAC68
Tints of Olive Green #ADAC68
RGB
CMYK
RGB Variations
Color information
#ADAC68 (or 0xADAC68) is known color: Olive Green. HEX triplet: AD, AC and 68. RGB value is (173,172,104). Sum of RGB (Red+Green+Blue) = 173+172+104=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC68 is #525397. Grayscale: #A4A4A4. Windows color (decimal): -5395352 or 6859949. OLE color: 6859949.
HSL color Cylindrical-coordinate representation of color #ADAC68: hue angle of 59.13º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADAC68 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 104 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.32 |
| HSL | 59.13º | 0.3% | 0.54% | - |
| HSV(B) | 59.13º | 0.4% | 0.68% | - |
| XYZ | 34.48 | 39.39 | 18.88 | - |
| YUV | 164.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 104 | 0 | 0.01 | 0.40 | 0.32 | 59.13 | 0.3 | 0.54 |
| Hex | AD | AC | 68 | 0 | 1 | 28 | 20 | 3B | 1E | 36 |
| Octal | 255 | 254 | 150 | 0 | 1 | 50 | 40 | 73 | 36 | 66 |
| Binary | 10101101 | 10101100 | 1101000 | 0 | 1 | 101000 | 100000 | 111011 | 11110 | 110110 |
Color Harmonies of #ADAC68
Complementary color
Monochromatic Colors of #ADAC68
Black with #ADAC68
Text Example
Text Example
White with #ADAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC68; }
p { color: rgb(173,172,104); }
H1.HeaderClassName
{
color: #ADAC68;
}
.AnyTagClassName
{
color: #ADAC68;
}
</style>
background-color css
<style>
a { background-color: #ADAC68; }
a { background-color: rgb(173,172,104); }
div.DivClassName
{
background-color: #ADAC68;
}
.BgClassName
{
background-color: #ADAC68;
}
</style>
border-color css
<style>
span { border-color: #ADAC68; }
span { border-color: rgb(173,172,104); }
td.TdClassName
{
border-color: #ADAC68;
}
.TagClassName
{
border-color: #ADAC68;
}
</style>