Shades of Olive Green #ADB458
Tints of Olive Green #ADB458
RGB
CMYK
RGB Variations
Color information
#ADB458 (or 0xADB458) is known color: Olive Green. HEX triplet: AD, B4 and 58. RGB value is (173,180,88). Sum of RGB (Red+Green+Blue) = 173+180+88=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB458 is #524BA7. Grayscale: #A7A7A7. Windows color (decimal): -5393320 or 5813421. OLE color: 5813421.
HSL color Cylindrical-coordinate representation of color #ADB458: hue angle of 64.57º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADB458 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 88 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.29 |
| HSL | 64.57º | 0.38% | 0.53% | - |
| HSV(B) | 64.57º | 0.51% | 0.71% | - |
| XYZ | 35.32 | 42.23 | 15.52 | - |
| YUV | 167.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 88 | 0.04 | 0 | 0.51 | 0.29 | 64.57 | 0.38 | 0.53 |
| Hex | AD | B4 | 58 | 4 | 0 | 33 | 1D | 41 | 26 | 35 |
| Octal | 255 | 264 | 130 | 4 | 0 | 63 | 35 | 101 | 46 | 65 |
| Binary | 10101101 | 10110100 | 1011000 | 100 | 0 | 110011 | 11101 | 1000001 | 100110 | 110101 |
Color Harmonies of #ADB458
Complementary color
Monochromatic Colors of #ADB458
Black with #ADB458
Text Example
Text Example
White with #ADB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB458; }
p { color: rgb(173,180,88); }
H1.HeaderClassName
{
color: #ADB458;
}
.AnyTagClassName
{
color: #ADB458;
}
</style>
background-color css
<style>
a { background-color: #ADB458; }
a { background-color: rgb(173,180,88); }
div.DivClassName
{
background-color: #ADB458;
}
.BgClassName
{
background-color: #ADB458;
}
</style>
border-color css
<style>
span { border-color: #ADB458; }
span { border-color: rgb(173,180,88); }
td.TdClassName
{
border-color: #ADB458;
}
.TagClassName
{
border-color: #ADB458;
}
</style>