Shades of Olive Green #ADAB5E
Tints of Olive Green #ADAB5E
RGB
CMYK
RGB Variations
Color information
#ADAB5E (or 0xADAB5E) is known color: Olive Green. HEX triplet: AD, AB and 5E. RGB value is (173,171,94). Sum of RGB (Red+Green+Blue) = 173+171+94=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB5E is #5254A1. Grayscale: #A3A3A3. Windows color (decimal): -5395618 or 6204333. OLE color: 6204333.
HSL color Cylindrical-coordinate representation of color #ADAB5E: hue angle of 58.48º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADAB5E is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 94 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.32 |
| HSL | 58.48º | 0.33% | 0.52% | - |
| HSV(B) | 58.48º | 0.46% | 0.68% | - |
| XYZ | 33.82 | 38.82 | 16.3 | - |
| YUV | 162.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 94 | 0 | 0.01 | 0.46 | 0.32 | 58.48 | 0.33 | 0.52 |
| Hex | AD | AB | 5E | 0 | 1 | 2E | 20 | 3A | 21 | 34 |
| Octal | 255 | 253 | 136 | 0 | 1 | 56 | 40 | 72 | 41 | 64 |
| Binary | 10101101 | 10101011 | 1011110 | 0 | 1 | 101110 | 100000 | 111010 | 100001 | 110100 |
Color Harmonies of #ADAB5E
Complementary color
Monochromatic Colors of #ADAB5E
Black with #ADAB5E
Text Example
Text Example
White with #ADAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB5E; }
p { color: rgb(173,171,94); }
H1.HeaderClassName
{
color: #ADAB5E;
}
.AnyTagClassName
{
color: #ADAB5E;
}
</style>
background-color css
<style>
a { background-color: #ADAB5E; }
a { background-color: rgb(173,171,94); }
div.DivClassName
{
background-color: #ADAB5E;
}
.BgClassName
{
background-color: #ADAB5E;
}
</style>
border-color css
<style>
span { border-color: #ADAB5E; }
span { border-color: rgb(173,171,94); }
td.TdClassName
{
border-color: #ADAB5E;
}
.TagClassName
{
border-color: #ADAB5E;
}
</style>