Shades of Olive Green #ADAB63
Tints of Olive Green #ADAB63
RGB
CMYK
RGB Variations
Color information
#ADAB63 (or 0xADAB63) is known color: Olive Green. HEX triplet: AD, AB and 63. RGB value is (173,171,99). Sum of RGB (Red+Green+Blue) = 173+171+99=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB63 is #52549C. Grayscale: #A3A3A3. Windows color (decimal): -5395613 or 6532013. OLE color: 6532013.
HSL color Cylindrical-coordinate representation of color #ADAB63: hue angle of 58.38º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADAB63 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 99 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.32 |
| HSL | 58.38º | 0.31% | 0.53% | - |
| HSV(B) | 58.38º | 0.43% | 0.68% | - |
| XYZ | 34.05 | 38.91 | 17.52 | - |
| YUV | 163.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 99 | 0 | 0.01 | 0.43 | 0.32 | 58.38 | 0.31 | 0.53 |
| Hex | AD | AB | 63 | 0 | 1 | 2B | 20 | 3A | 1F | 35 |
| Octal | 255 | 253 | 143 | 0 | 1 | 53 | 40 | 72 | 37 | 65 |
| Binary | 10101101 | 10101011 | 1100011 | 0 | 1 | 101011 | 100000 | 111010 | 11111 | 110101 |
Color Harmonies of #ADAB63
Complementary color
Monochromatic Colors of #ADAB63
Black with #ADAB63
Text Example
Text Example
White with #ADAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB63; }
p { color: rgb(173,171,99); }
H1.HeaderClassName
{
color: #ADAB63;
}
.AnyTagClassName
{
color: #ADAB63;
}
</style>
background-color css
<style>
a { background-color: #ADAB63; }
a { background-color: rgb(173,171,99); }
div.DivClassName
{
background-color: #ADAB63;
}
.BgClassName
{
background-color: #ADAB63;
}
</style>
border-color css
<style>
span { border-color: #ADAB63; }
span { border-color: rgb(173,171,99); }
td.TdClassName
{
border-color: #ADAB63;
}
.TagClassName
{
border-color: #ADAB63;
}
</style>