Shades of Olive Green #ADAB65
Tints of Olive Green #ADAB65
RGB
CMYK
RGB Variations
Color information
#ADAB65 (or 0xADAB65) is known color: Olive Green. HEX triplet: AD, AB and 65. RGB value is (173,171,101). Sum of RGB (Red+Green+Blue) = 173+171+101=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB65 is #52549A. Grayscale: #A3A3A3. Windows color (decimal): -5395611 or 6663085. OLE color: 6663085.
HSL color Cylindrical-coordinate representation of color #ADAB65: hue angle of 58.33º 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 #ADAB65 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 101 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.32 |
| HSL | 58.33º | 0.31% | 0.54% | - |
| HSV(B) | 58.33º | 0.42% | 0.68% | - |
| XYZ | 34.15 | 38.95 | 18.03 | - |
| YUV | 163.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 101 | 0 | 0.01 | 0.42 | 0.32 | 58.33 | 0.31 | 0.54 |
| Hex | AD | AB | 65 | 0 | 1 | 2A | 20 | 3A | 1F | 36 |
| Octal | 255 | 253 | 145 | 0 | 1 | 52 | 40 | 72 | 37 | 66 |
| Binary | 10101101 | 10101011 | 1100101 | 0 | 1 | 101010 | 100000 | 111010 | 11111 | 110110 |
Color Harmonies of #ADAB65
Complementary color
Monochromatic Colors of #ADAB65
Black with #ADAB65
Text Example
Text Example
White with #ADAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB65; }
p { color: rgb(173,171,101); }
H1.HeaderClassName
{
color: #ADAB65;
}
.AnyTagClassName
{
color: #ADAB65;
}
</style>
background-color css
<style>
a { background-color: #ADAB65; }
a { background-color: rgb(173,171,101); }
div.DivClassName
{
background-color: #ADAB65;
}
.BgClassName
{
background-color: #ADAB65;
}
</style>
border-color css
<style>
span { border-color: #ADAB65; }
span { border-color: rgb(173,171,101); }
td.TdClassName
{
border-color: #ADAB65;
}
.TagClassName
{
border-color: #ADAB65;
}
</style>