Shades of Olive Green #ADB564
Tints of Olive Green #ADB564
RGB
CMYK
RGB Variations
Color information
#ADB564 (or 0xADB564) is known color: Olive Green. HEX triplet: AD, B5 and 64. RGB value is (173,181,100). Sum of RGB (Red+Green+Blue) = 173+181+100=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB564 is #524A9B. Grayscale: #A9A9A9. Windows color (decimal): -5393052 or 6600109. OLE color: 6600109.
HSL color Cylindrical-coordinate representation of color #ADB564: hue angle of 65.93º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADB564 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 100 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.29 |
| HSL | 65.93º | 0.35% | 0.55% | - |
| HSV(B) | 65.93º | 0.45% | 0.71% | - |
| XYZ | 36.06 | 42.85 | 18.43 | - |
| YUV | 169.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 100 | 0.04 | 0 | 0.45 | 0.29 | 65.93 | 0.35 | 0.55 |
| Hex | AD | B5 | 64 | 4 | 0 | 2D | 1D | 42 | 23 | 37 |
| Octal | 255 | 265 | 144 | 4 | 0 | 55 | 35 | 102 | 43 | 67 |
| Binary | 10101101 | 10110101 | 1100100 | 100 | 0 | 101101 | 11101 | 1000010 | 100011 | 110111 |
Color Harmonies of #ADB564
Complementary color
Monochromatic Colors of #ADB564
Black with #ADB564
Text Example
Text Example
White with #ADB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB564; }
p { color: rgb(173,181,100); }
H1.HeaderClassName
{
color: #ADB564;
}
.AnyTagClassName
{
color: #ADB564;
}
</style>
background-color css
<style>
a { background-color: #ADB564; }
a { background-color: rgb(173,181,100); }
div.DivClassName
{
background-color: #ADB564;
}
.BgClassName
{
background-color: #ADB564;
}
</style>
border-color css
<style>
span { border-color: #ADB564; }
span { border-color: rgb(173,181,100); }
td.TdClassName
{
border-color: #ADB564;
}
.TagClassName
{
border-color: #ADB564;
}
</style>