Shades of Olive Green #ADB55E
Tints of Olive Green #ADB55E
RGB
CMYK
RGB Variations
Color information
#ADB55E (or 0xADB55E) is known color: Olive Green. HEX triplet: AD, B5 and 5E. RGB value is (173,181,94). Sum of RGB (Red+Green+Blue) = 173+181+94=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB55E is #524AA1. Grayscale: #A9A9A9. Windows color (decimal): -5393058 or 6206893. OLE color: 6206893.
HSL color Cylindrical-coordinate representation of color #ADB55E: hue angle of 65.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADB55E is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 94 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.29 |
| HSL | 65.52º | 0.37% | 0.54% | - |
| HSV(B) | 65.52º | 0.48% | 0.71% | - |
| XYZ | 35.78 | 42.74 | 16.95 | - |
| YUV | 168.69 | 85.85 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 94 | 0.04 | 0 | 0.48 | 0.29 | 65.52 | 0.37 | 0.54 |
| Hex | AD | B5 | 5E | 4 | 0 | 30 | 1D | 42 | 25 | 36 |
| Octal | 255 | 265 | 136 | 4 | 0 | 60 | 35 | 102 | 45 | 66 |
| Binary | 10101101 | 10110101 | 1011110 | 100 | 0 | 110000 | 11101 | 1000010 | 100101 | 110110 |
Color Harmonies of #ADB55E
Complementary color
Monochromatic Colors of #ADB55E
Black with #ADB55E
Text Example
Text Example
White with #ADB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB55E; }
p { color: rgb(173,181,94); }
H1.HeaderClassName
{
color: #ADB55E;
}
.AnyTagClassName
{
color: #ADB55E;
}
</style>
background-color css
<style>
a { background-color: #ADB55E; }
a { background-color: rgb(173,181,94); }
div.DivClassName
{
background-color: #ADB55E;
}
.BgClassName
{
background-color: #ADB55E;
}
</style>
border-color css
<style>
span { border-color: #ADB55E; }
span { border-color: rgb(173,181,94); }
td.TdClassName
{
border-color: #ADB55E;
}
.TagClassName
{
border-color: #ADB55E;
}
</style>