Shades of Olive Green #ADB256
Tints of Olive Green #ADB256
RGB
CMYK
RGB Variations
Color information
#ADB256 (or 0xADB256) is known color: Olive Green. HEX triplet: AD, B2 and 56. RGB value is (173,178,86). Sum of RGB (Red+Green+Blue) = 173+178+86=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB256 is #524DA9. Grayscale: #A6A6A6. Windows color (decimal): -5393834 or 5681837. OLE color: 5681837.
HSL color Cylindrical-coordinate representation of color #ADB256: hue angle of 63.26º degrees, saturation: 0.37, 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 #ADB256 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 86 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.30 |
| HSL | 63.26º | 0.37% | 0.52% | - |
| HSV(B) | 63.26º | 0.52% | 0.7% | - |
| XYZ | 34.83 | 41.4 | 14.96 | - |
| YUV | 166.02 | 82.84 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 86 | 0.03 | 0 | 0.52 | 0.30 | 63.26 | 0.37 | 0.52 |
| Hex | AD | B2 | 56 | 3 | 0 | 34 | 1E | 3F | 25 | 34 |
| Octal | 255 | 262 | 126 | 3 | 0 | 64 | 36 | 77 | 45 | 64 |
| Binary | 10101101 | 10110010 | 1010110 | 11 | 0 | 110100 | 11110 | 111111 | 100101 | 110100 |
Color Harmonies of #ADB256
Complementary color
Monochromatic Colors of #ADB256
Black with #ADB256
Text Example
Text Example
White with #ADB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB256; }
p { color: rgb(173,178,86); }
H1.HeaderClassName
{
color: #ADB256;
}
.AnyTagClassName
{
color: #ADB256;
}
</style>
background-color css
<style>
a { background-color: #ADB256; }
a { background-color: rgb(173,178,86); }
div.DivClassName
{
background-color: #ADB256;
}
.BgClassName
{
background-color: #ADB256;
}
</style>
border-color css
<style>
span { border-color: #ADB256; }
span { border-color: rgb(173,178,86); }
td.TdClassName
{
border-color: #ADB256;
}
.TagClassName
{
border-color: #ADB256;
}
</style>