Shades of Olive Green #ADAB51
Tints of Olive Green #ADAB51
RGB
CMYK
RGB Variations
Color information
#ADAB51 (or 0xADAB51) is known color: Olive Green. HEX triplet: AD, AB and 51. RGB value is (173,171,81). Sum of RGB (Red+Green+Blue) = 173+171+81=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB51 is #5254AE. Grayscale: #A1A1A1. Windows color (decimal): -5395631 or 5352365. OLE color: 5352365.
HSL color Cylindrical-coordinate representation of color #ADAB51: hue angle of 58.7º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADAB51 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 81 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.32 |
| HSL | 58.7º | 0.36% | 0.5% | - |
| HSV(B) | 58.7º | 0.53% | 0.68% | - |
| XYZ | 33.28 | 38.6 | 13.48 | - |
| YUV | 161.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 81 | 0 | 0.01 | 0.53 | 0.32 | 58.7 | 0.36 | 0.5 |
| Hex | AD | AB | 51 | 0 | 1 | 35 | 20 | 3B | 24 | 32 |
| Octal | 255 | 253 | 121 | 0 | 1 | 65 | 40 | 73 | 44 | 62 |
| Binary | 10101101 | 10101011 | 1010001 | 0 | 1 | 110101 | 100000 | 111011 | 100100 | 110010 |
Color Harmonies of #ADAB51
Complementary color
Monochromatic Colors of #ADAB51
Black with #ADAB51
Text Example
Text Example
White with #ADAB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB51; }
p { color: rgb(173,171,81); }
H1.HeaderClassName
{
color: #ADAB51;
}
.AnyTagClassName
{
color: #ADAB51;
}
</style>
background-color css
<style>
a { background-color: #ADAB51; }
a { background-color: rgb(173,171,81); }
div.DivClassName
{
background-color: #ADAB51;
}
.BgClassName
{
background-color: #ADAB51;
}
</style>
border-color css
<style>
span { border-color: #ADAB51; }
span { border-color: rgb(173,171,81); }
td.TdClassName
{
border-color: #ADAB51;
}
.TagClassName
{
border-color: #ADAB51;
}
</style>