Shades of Olive Green #ADAD68
Tints of Olive Green #ADAD68
RGB
CMYK
RGB Variations
Color information
#ADAD68 (or 0xADAD68) is known color: Olive Green. HEX triplet: AD, AD and 68. RGB value is (173,173,104). Sum of RGB (Red+Green+Blue) = 173+173+104=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD68 is #525297. Grayscale: #A5A5A5. Windows color (decimal): -5395096 or 6860205. OLE color: 6860205.
HSL color Cylindrical-coordinate representation of color #ADAD68: hue angle of 60º 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 #ADAD68 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 104 | - |
| CMYK | 0 | 0 | 0.40 | 0.32 |
| HSL | 60º | 0.3% | 0.54% | - |
| HSV(B) | 60º | 0.4% | 0.68% | - |
| XYZ | 34.68 | 39.77 | 18.95 | - |
| YUV | 165.13 | 93.5 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 104 | 0 | 0 | 0.40 | 0.32 | 60 | 0.3 | 0.54 |
| Hex | AD | AD | 68 | 0 | 0 | 28 | 20 | 3C | 1E | 36 |
| Octal | 255 | 255 | 150 | 0 | 0 | 50 | 40 | 74 | 36 | 66 |
| Binary | 10101101 | 10101101 | 1101000 | 0 | 0 | 101000 | 100000 | 111100 | 11110 | 110110 |
Color Harmonies of #ADAD68
Complementary color
Monochromatic Colors of #ADAD68
Black with #ADAD68
Text Example
Text Example
White with #ADAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD68; }
p { color: rgb(173,173,104); }
H1.HeaderClassName
{
color: #ADAD68;
}
.AnyTagClassName
{
color: #ADAD68;
}
</style>
background-color css
<style>
a { background-color: #ADAD68; }
a { background-color: rgb(173,173,104); }
div.DivClassName
{
background-color: #ADAD68;
}
.BgClassName
{
background-color: #ADAD68;
}
</style>
border-color css
<style>
span { border-color: #ADAD68; }
span { border-color: rgb(173,173,104); }
td.TdClassName
{
border-color: #ADAD68;
}
.TagClassName
{
border-color: #ADAD68;
}
</style>