Shades of Olive Green #ADB455
Tints of Olive Green #ADB455
RGB
CMYK
RGB Variations
Color information
#ADB455 (or 0xADB455) is known color: Olive Green. HEX triplet: AD, B4 and 55. RGB value is (173,180,85). Sum of RGB (Red+Green+Blue) = 173+180+85=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB455 is #524BAA. Grayscale: #A7A7A7. Windows color (decimal): -5393323 or 5616813. OLE color: 5616813.
HSL color Cylindrical-coordinate representation of color #ADB455: hue angle of 64.42º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADB455 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 85 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.29 |
| HSL | 64.42º | 0.39% | 0.52% | - |
| HSV(B) | 64.42º | 0.53% | 0.71% | - |
| XYZ | 35.19 | 42.18 | 14.88 | - |
| YUV | 167.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 85 | 0.04 | 0 | 0.53 | 0.29 | 64.42 | 0.39 | 0.52 |
| Hex | AD | B4 | 55 | 4 | 0 | 35 | 1D | 40 | 27 | 34 |
| Octal | 255 | 264 | 125 | 4 | 0 | 65 | 35 | 100 | 47 | 64 |
| Binary | 10101101 | 10110100 | 1010101 | 100 | 0 | 110101 | 11101 | 1000000 | 100111 | 110100 |
Color Harmonies of #ADB455
Complementary color
Monochromatic Colors of #ADB455
Black with #ADB455
Text Example
Text Example
White with #ADB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB455; }
p { color: rgb(173,180,85); }
H1.HeaderClassName
{
color: #ADB455;
}
.AnyTagClassName
{
color: #ADB455;
}
</style>
background-color css
<style>
a { background-color: #ADB455; }
a { background-color: rgb(173,180,85); }
div.DivClassName
{
background-color: #ADB455;
}
.BgClassName
{
background-color: #ADB455;
}
</style>
border-color css
<style>
span { border-color: #ADB455; }
span { border-color: rgb(173,180,85); }
td.TdClassName
{
border-color: #ADB455;
}
.TagClassName
{
border-color: #ADB455;
}
</style>