Shades of Olive Green #ADAB5D
Tints of Olive Green #ADAB5D
RGB
CMYK
RGB Variations
Color information
#ADAB5D (or 0xADAB5D) is known color: Olive Green. HEX triplet: AD, AB and 5D. RGB value is (173,171,93). Sum of RGB (Red+Green+Blue) = 173+171+93=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB5D is #5254A2. Grayscale: #A3A3A3. Windows color (decimal): -5395619 or 6138797. OLE color: 6138797.
HSL color Cylindrical-coordinate representation of color #ADAB5D: hue angle of 58.5º 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 #ADAB5D is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 93 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.32 |
| HSL | 58.5º | 0.33% | 0.52% | - |
| HSV(B) | 58.5º | 0.46% | 0.68% | - |
| XYZ | 33.77 | 38.8 | 16.07 | - |
| YUV | 162.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 93 | 0 | 0.01 | 0.46 | 0.32 | 58.5 | 0.33 | 0.52 |
| Hex | AD | AB | 5D | 0 | 1 | 2E | 20 | 3A | 21 | 34 |
| Octal | 255 | 253 | 135 | 0 | 1 | 56 | 40 | 72 | 41 | 64 |
| Binary | 10101101 | 10101011 | 1011101 | 0 | 1 | 101110 | 100000 | 111010 | 100001 | 110100 |
Color Harmonies of #ADAB5D
Complementary color
Monochromatic Colors of #ADAB5D
Black with #ADAB5D
Text Example
Text Example
White with #ADAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB5D; }
p { color: rgb(173,171,93); }
H1.HeaderClassName
{
color: #ADAB5D;
}
.AnyTagClassName
{
color: #ADAB5D;
}
</style>
background-color css
<style>
a { background-color: #ADAB5D; }
a { background-color: rgb(173,171,93); }
div.DivClassName
{
background-color: #ADAB5D;
}
.BgClassName
{
background-color: #ADAB5D;
}
</style>
border-color css
<style>
span { border-color: #ADAB5D; }
span { border-color: rgb(173,171,93); }
td.TdClassName
{
border-color: #ADAB5D;
}
.TagClassName
{
border-color: #ADAB5D;
}
</style>