Shades of Olive Green #ADB462
Tints of Olive Green #ADB462
RGB
CMYK
RGB Variations
Color information
#ADB462 (or 0xADB462) is known color: Olive Green. HEX triplet: AD, B4 and 62. RGB value is (173,180,98). Sum of RGB (Red+Green+Blue) = 173+180+98=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB462 is #524B9D. Grayscale: #A8A8A8. Windows color (decimal): -5393310 or 6468781. OLE color: 6468781.
HSL color Cylindrical-coordinate representation of color #ADB462: hue angle of 65.12º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB462 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 98 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.29 |
| HSL | 65.12º | 0.35% | 0.55% | - |
| HSV(B) | 65.12º | 0.46% | 0.71% | - |
| XYZ | 35.76 | 42.41 | 17.86 | - |
| YUV | 168.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 98 | 0.04 | 0 | 0.46 | 0.29 | 65.12 | 0.35 | 0.55 |
| Hex | AD | B4 | 62 | 4 | 0 | 2E | 1D | 41 | 23 | 37 |
| Octal | 255 | 264 | 142 | 4 | 0 | 56 | 35 | 101 | 43 | 67 |
| Binary | 10101101 | 10110100 | 1100010 | 100 | 0 | 101110 | 11101 | 1000001 | 100011 | 110111 |
Color Harmonies of #ADB462
Complementary color
Monochromatic Colors of #ADB462
Black with #ADB462
Text Example
Text Example
White with #ADB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB462; }
p { color: rgb(173,180,98); }
H1.HeaderClassName
{
color: #ADB462;
}
.AnyTagClassName
{
color: #ADB462;
}
</style>
background-color css
<style>
a { background-color: #ADB462; }
a { background-color: rgb(173,180,98); }
div.DivClassName
{
background-color: #ADB462;
}
.BgClassName
{
background-color: #ADB462;
}
</style>
border-color css
<style>
span { border-color: #ADB462; }
span { border-color: rgb(173,180,98); }
td.TdClassName
{
border-color: #ADB462;
}
.TagClassName
{
border-color: #ADB462;
}
</style>