Shades of Olive Green #ADAB57
Tints of Olive Green #ADAB57
RGB
CMYK
RGB Variations
Color information
#ADAB57 (or 0xADAB57) is known color: Olive Green. HEX triplet: AD, AB and 57. RGB value is (173,171,87). Sum of RGB (Red+Green+Blue) = 173+171+87=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB57 is #5254A8. Grayscale: #A2A2A2. Windows color (decimal): -5395625 or 5745581. OLE color: 5745581.
HSL color Cylindrical-coordinate representation of color #ADAB57: hue angle of 58.6º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADAB57 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 87 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.32 |
| HSL | 58.6º | 0.34% | 0.51% | - |
| HSV(B) | 58.6º | 0.5% | 0.68% | - |
| XYZ | 33.52 | 38.7 | 14.72 | - |
| YUV | 162.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 87 | 0 | 0.01 | 0.50 | 0.32 | 58.6 | 0.34 | 0.51 |
| Hex | AD | AB | 57 | 0 | 1 | 32 | 20 | 3B | 22 | 33 |
| Octal | 255 | 253 | 127 | 0 | 1 | 62 | 40 | 73 | 42 | 63 |
| Binary | 10101101 | 10101011 | 1010111 | 0 | 1 | 110010 | 100000 | 111011 | 100010 | 110011 |
Color Harmonies of #ADAB57
Complementary color
Monochromatic Colors of #ADAB57
Black with #ADAB57
Text Example
Text Example
White with #ADAB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB57; }
p { color: rgb(173,171,87); }
H1.HeaderClassName
{
color: #ADAB57;
}
.AnyTagClassName
{
color: #ADAB57;
}
</style>
background-color css
<style>
a { background-color: #ADAB57; }
a { background-color: rgb(173,171,87); }
div.DivClassName
{
background-color: #ADAB57;
}
.BgClassName
{
background-color: #ADAB57;
}
</style>
border-color css
<style>
span { border-color: #ADAB57; }
span { border-color: rgb(173,171,87); }
td.TdClassName
{
border-color: #ADAB57;
}
.TagClassName
{
border-color: #ADAB57;
}
</style>