Shades of Olive Green #ADB360
Tints of Olive Green #ADB360
RGB
CMYK
RGB Variations
Color information
#ADB360 (or 0xADB360) is known color: Olive Green. HEX triplet: AD, B3 and 60. RGB value is (173,179,96). Sum of RGB (Red+Green+Blue) = 173+179+96=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB360 is #524C9F. Grayscale: #A8A8A8. Windows color (decimal): -5393568 or 6337453. OLE color: 6337453.
HSL color Cylindrical-coordinate representation of color #ADB360: hue angle of 64.34º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB360 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 96 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.30 |
| HSL | 64.34º | 0.35% | 0.54% | - |
| HSV(B) | 64.34º | 0.46% | 0.7% | - |
| XYZ | 35.47 | 41.97 | 17.3 | - |
| YUV | 167.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 96 | 0.03 | 0 | 0.46 | 0.30 | 64.34 | 0.35 | 0.54 |
| Hex | AD | B3 | 60 | 3 | 0 | 2E | 1E | 40 | 23 | 36 |
| Octal | 255 | 263 | 140 | 3 | 0 | 56 | 36 | 100 | 43 | 66 |
| Binary | 10101101 | 10110011 | 1100000 | 11 | 0 | 101110 | 11110 | 1000000 | 100011 | 110110 |
Color Harmonies of #ADB360
Complementary color
Monochromatic Colors of #ADB360
Black with #ADB360
Text Example
Text Example
White with #ADB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB360; }
p { color: rgb(173,179,96); }
H1.HeaderClassName
{
color: #ADB360;
}
.AnyTagClassName
{
color: #ADB360;
}
</style>
background-color css
<style>
a { background-color: #ADB360; }
a { background-color: rgb(173,179,96); }
div.DivClassName
{
background-color: #ADB360;
}
.BgClassName
{
background-color: #ADB360;
}
</style>
border-color css
<style>
span { border-color: #ADB360; }
span { border-color: rgb(173,179,96); }
td.TdClassName
{
border-color: #ADB360;
}
.TagClassName
{
border-color: #ADB360;
}
</style>