Shades of Olive Green #ADB556
Tints of Olive Green #ADB556
RGB
CMYK
RGB Variations
Color information
#ADB556 (or 0xADB556) is known color: Olive Green. HEX triplet: AD, B5 and 56. RGB value is (173,181,86). Sum of RGB (Red+Green+Blue) = 173+181+86=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB556 is #524AA9. Grayscale: #A8A8A8. Windows color (decimal): -5393066 or 5682605. OLE color: 5682605.
HSL color Cylindrical-coordinate representation of color #ADB556: hue angle of 65.05º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADB556 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 86 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.29 |
| HSL | 65.05º | 0.39% | 0.52% | - |
| HSV(B) | 65.05º | 0.52% | 0.71% | - |
| XYZ | 35.44 | 42.6 | 15.16 | - |
| YUV | 167.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 86 | 0.04 | 0 | 0.52 | 0.29 | 65.05 | 0.39 | 0.52 |
| Hex | AD | B5 | 56 | 4 | 0 | 34 | 1D | 41 | 27 | 34 |
| Octal | 255 | 265 | 126 | 4 | 0 | 64 | 35 | 101 | 47 | 64 |
| Binary | 10101101 | 10110101 | 1010110 | 100 | 0 | 110100 | 11101 | 1000001 | 100111 | 110100 |
Color Harmonies of #ADB556
Complementary color
Monochromatic Colors of #ADB556
Black with #ADB556
Text Example
Text Example
White with #ADB556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB556; }
p { color: rgb(173,181,86); }
H1.HeaderClassName
{
color: #ADB556;
}
.AnyTagClassName
{
color: #ADB556;
}
</style>
background-color css
<style>
a { background-color: #ADB556; }
a { background-color: rgb(173,181,86); }
div.DivClassName
{
background-color: #ADB556;
}
.BgClassName
{
background-color: #ADB556;
}
</style>
border-color css
<style>
span { border-color: #ADB556; }
span { border-color: rgb(173,181,86); }
td.TdClassName
{
border-color: #ADB556;
}
.TagClassName
{
border-color: #ADB556;
}
</style>