Shades of Olive Green #ADAB59
Tints of Olive Green #ADAB59
RGB
CMYK
RGB Variations
Color information
#ADAB59 (or 0xADAB59) is known color: Olive Green. HEX triplet: AD, AB and 59. RGB value is (173,171,89). Sum of RGB (Red+Green+Blue) = 173+171+89=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB59 is #5254A6. Grayscale: #A2A2A2. Windows color (decimal): -5395623 or 5876653. OLE color: 5876653.
HSL color Cylindrical-coordinate representation of color #ADAB59: hue angle of 58.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADAB59 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 89 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.32 |
| HSL | 58.57º | 0.34% | 0.51% | - |
| HSV(B) | 58.57º | 0.49% | 0.68% | - |
| XYZ | 33.6 | 38.73 | 15.16 | - |
| YUV | 162.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 89 | 0 | 0.01 | 0.49 | 0.32 | 58.57 | 0.34 | 0.51 |
| Hex | AD | AB | 59 | 0 | 1 | 31 | 20 | 3B | 22 | 33 |
| Octal | 255 | 253 | 131 | 0 | 1 | 61 | 40 | 73 | 42 | 63 |
| Binary | 10101101 | 10101011 | 1011001 | 0 | 1 | 110001 | 100000 | 111011 | 100010 | 110011 |
Color Harmonies of #ADAB59
Complementary color
Monochromatic Colors of #ADAB59
Black with #ADAB59
Text Example
Text Example
White with #ADAB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB59; }
p { color: rgb(173,171,89); }
H1.HeaderClassName
{
color: #ADAB59;
}
.AnyTagClassName
{
color: #ADAB59;
}
</style>
background-color css
<style>
a { background-color: #ADAB59; }
a { background-color: rgb(173,171,89); }
div.DivClassName
{
background-color: #ADAB59;
}
.BgClassName
{
background-color: #ADAB59;
}
</style>
border-color css
<style>
span { border-color: #ADAB59; }
span { border-color: rgb(173,171,89); }
td.TdClassName
{
border-color: #ADAB59;
}
.TagClassName
{
border-color: #ADAB59;
}
</style>