Shades of Olive Green #ADB463
Tints of Olive Green #ADB463
RGB
CMYK
RGB Variations
Color information
#ADB463 (or 0xADB463) is known color: Olive Green. HEX triplet: AD, B4 and 63. RGB value is (173,180,99). Sum of RGB (Red+Green+Blue) = 173+180+99=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB463 is #524B9C. Grayscale: #A8A8A8. Windows color (decimal): -5393309 or 6534317. OLE color: 6534317.
HSL color Cylindrical-coordinate representation of color #ADB463: hue angle of 65.19º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADB463 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 99 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.29 |
| HSL | 65.19º | 0.35% | 0.55% | - |
| HSV(B) | 65.19º | 0.45% | 0.71% | - |
| XYZ | 35.81 | 42.43 | 18.11 | - |
| YUV | 168.67 | 88.68 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 99 | 0.04 | 0 | 0.45 | 0.29 | 65.19 | 0.35 | 0.55 |
| Hex | AD | B4 | 63 | 4 | 0 | 2D | 1D | 41 | 23 | 37 |
| Octal | 255 | 264 | 143 | 4 | 0 | 55 | 35 | 101 | 43 | 67 |
| Binary | 10101101 | 10110100 | 1100011 | 100 | 0 | 101101 | 11101 | 1000001 | 100011 | 110111 |
Color Harmonies of #ADB463
Complementary color
Monochromatic Colors of #ADB463
Black with #ADB463
Text Example
Text Example
White with #ADB463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB463; }
p { color: rgb(173,180,99); }
H1.HeaderClassName
{
color: #ADB463;
}
.AnyTagClassName
{
color: #ADB463;
}
</style>
background-color css
<style>
a { background-color: #ADB463; }
a { background-color: rgb(173,180,99); }
div.DivClassName
{
background-color: #ADB463;
}
.BgClassName
{
background-color: #ADB463;
}
</style>
border-color css
<style>
span { border-color: #ADB463; }
span { border-color: rgb(173,180,99); }
td.TdClassName
{
border-color: #ADB463;
}
.TagClassName
{
border-color: #ADB463;
}
</style>