Shades of Olive Green #ADB15E
Tints of Olive Green #ADB15E
RGB
CMYK
RGB Variations
Color information
#ADB15E (or 0xADB15E) is known color: Olive Green. HEX triplet: AD, B1 and 5E. RGB value is (173,177,94). Sum of RGB (Red+Green+Blue) = 173+177+94=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB15E is #524EA1. Grayscale: #A6A6A6. Windows color (decimal): -5394082 or 6205869. OLE color: 6205869.
HSL color Cylindrical-coordinate representation of color #ADB15E: hue angle of 62.89º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADB15E is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 94 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.31 |
| HSL | 62.89º | 0.35% | 0.53% | - |
| HSV(B) | 62.89º | 0.47% | 0.69% | - |
| XYZ | 34.98 | 41.14 | 16.69 | - |
| YUV | 166.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 94 | 0.02 | 0 | 0.47 | 0.31 | 62.89 | 0.35 | 0.53 |
| Hex | AD | B1 | 5E | 2 | 0 | 2F | 1F | 3F | 23 | 35 |
| Octal | 255 | 261 | 136 | 2 | 0 | 57 | 37 | 77 | 43 | 65 |
| Binary | 10101101 | 10110001 | 1011110 | 10 | 0 | 101111 | 11111 | 111111 | 100011 | 110101 |
Color Harmonies of #ADB15E
Complementary color
Monochromatic Colors of #ADB15E
Black with #ADB15E
Text Example
Text Example
White with #ADB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB15E; }
p { color: rgb(173,177,94); }
H1.HeaderClassName
{
color: #ADB15E;
}
.AnyTagClassName
{
color: #ADB15E;
}
</style>
background-color css
<style>
a { background-color: #ADB15E; }
a { background-color: rgb(173,177,94); }
div.DivClassName
{
background-color: #ADB15E;
}
.BgClassName
{
background-color: #ADB15E;
}
</style>
border-color css
<style>
span { border-color: #ADB15E; }
span { border-color: rgb(173,177,94); }
td.TdClassName
{
border-color: #ADB15E;
}
.TagClassName
{
border-color: #ADB15E;
}
</style>