Shades of Olive Green #ADB356
Tints of Olive Green #ADB356
RGB
CMYK
RGB Variations
Color information
#ADB356 (or 0xADB356) is known color: Olive Green. HEX triplet: AD, B3 and 56. RGB value is (173,179,86). Sum of RGB (Red+Green+Blue) = 173+179+86=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB356 is #524CA9. Grayscale: #A6A6A6. Windows color (decimal): -5393578 or 5682093. OLE color: 5682093.
HSL color Cylindrical-coordinate representation of color #ADB356: hue angle of 63.87º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADB356 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 86 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.30 |
| HSL | 63.87º | 0.38% | 0.52% | - |
| HSV(B) | 63.87º | 0.52% | 0.7% | - |
| XYZ | 35.03 | 41.8 | 15.03 | - |
| YUV | 166.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 86 | 0.03 | 0 | 0.52 | 0.30 | 63.87 | 0.38 | 0.52 |
| Hex | AD | B3 | 56 | 3 | 0 | 34 | 1E | 40 | 26 | 34 |
| Octal | 255 | 263 | 126 | 3 | 0 | 64 | 36 | 100 | 46 | 64 |
| Binary | 10101101 | 10110011 | 1010110 | 11 | 0 | 110100 | 11110 | 1000000 | 100110 | 110100 |
Color Harmonies of #ADB356
Complementary color
Monochromatic Colors of #ADB356
Black with #ADB356
Text Example
Text Example
White with #ADB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB356; }
p { color: rgb(173,179,86); }
H1.HeaderClassName
{
color: #ADB356;
}
.AnyTagClassName
{
color: #ADB356;
}
</style>
background-color css
<style>
a { background-color: #ADB356; }
a { background-color: rgb(173,179,86); }
div.DivClassName
{
background-color: #ADB356;
}
.BgClassName
{
background-color: #ADB356;
}
</style>
border-color css
<style>
span { border-color: #ADB356; }
span { border-color: rgb(173,179,86); }
td.TdClassName
{
border-color: #ADB356;
}
.TagClassName
{
border-color: #ADB356;
}
</style>