Shades of Olive Green #ADAA65
Tints of Olive Green #ADAA65
RGB
CMYK
RGB Variations
Color information
#ADAA65 (or 0xADAA65) is known color: Olive Green. HEX triplet: AD, AA and 65. RGB value is (173,170,101). Sum of RGB (Red+Green+Blue) = 173+170+101=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA65 is #52559A. Grayscale: #A3A3A3. Windows color (decimal): -5395867 or 6662829. OLE color: 6662829.
HSL color Cylindrical-coordinate representation of color #ADAA65: hue angle of 57.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADAA65 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 101 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.32 |
| HSL | 57.5º | 0.31% | 0.54% | - |
| HSV(B) | 57.5º | 0.42% | 0.68% | - |
| XYZ | 33.96 | 38.57 | 17.97 | - |
| YUV | 163.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 101 | 0 | 0.02 | 0.42 | 0.32 | 57.5 | 0.31 | 0.54 |
| Hex | AD | AA | 65 | 0 | 2 | 2A | 20 | 3A | 1F | 36 |
| Octal | 255 | 252 | 145 | 0 | 2 | 52 | 40 | 72 | 37 | 66 |
| Binary | 10101101 | 10101010 | 1100101 | 0 | 10 | 101010 | 100000 | 111010 | 11111 | 110110 |
Color Harmonies of #ADAA65
Complementary color
Monochromatic Colors of #ADAA65
Black with #ADAA65
Text Example
Text Example
White with #ADAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA65; }
p { color: rgb(173,170,101); }
H1.HeaderClassName
{
color: #ADAA65;
}
.AnyTagClassName
{
color: #ADAA65;
}
</style>
background-color css
<style>
a { background-color: #ADAA65; }
a { background-color: rgb(173,170,101); }
div.DivClassName
{
background-color: #ADAA65;
}
.BgClassName
{
background-color: #ADAA65;
}
</style>
border-color css
<style>
span { border-color: #ADAA65; }
span { border-color: rgb(173,170,101); }
td.TdClassName
{
border-color: #ADAA65;
}
.TagClassName
{
border-color: #ADAA65;
}
</style>