Shades of Olive Green #ADB064
Tints of Olive Green #ADB064
RGB
CMYK
RGB Variations
Color information
#ADB064 (or 0xADB064) is known color: Olive Green. HEX triplet: AD, B0 and 64. RGB value is (173,176,100). Sum of RGB (Red+Green+Blue) = 173+176+100=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB064 is #524F9B. Grayscale: #A6A6A6. Windows color (decimal): -5394332 or 6598829. OLE color: 6598829.
HSL color Cylindrical-coordinate representation of color #ADB064: hue angle of 62.37º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADB064 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 100 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.31 |
| HSL | 62.37º | 0.32% | 0.54% | - |
| HSV(B) | 62.37º | 0.43% | 0.69% | - |
| XYZ | 35.06 | 40.86 | 18.09 | - |
| YUV | 166.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 100 | 0.02 | 0 | 0.43 | 0.31 | 62.37 | 0.32 | 0.54 |
| Hex | AD | B0 | 64 | 2 | 0 | 2B | 1F | 3E | 20 | 36 |
| Octal | 255 | 260 | 144 | 2 | 0 | 53 | 37 | 76 | 40 | 66 |
| Binary | 10101101 | 10110000 | 1100100 | 10 | 0 | 101011 | 11111 | 111110 | 100000 | 110110 |
Color Harmonies of #ADB064
Complementary color
Monochromatic Colors of #ADB064
Black with #ADB064
Text Example
Text Example
White with #ADB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB064; }
p { color: rgb(173,176,100); }
H1.HeaderClassName
{
color: #ADB064;
}
.AnyTagClassName
{
color: #ADB064;
}
</style>
background-color css
<style>
a { background-color: #ADB064; }
a { background-color: rgb(173,176,100); }
div.DivClassName
{
background-color: #ADB064;
}
.BgClassName
{
background-color: #ADB064;
}
</style>
border-color css
<style>
span { border-color: #ADB064; }
span { border-color: rgb(173,176,100); }
td.TdClassName
{
border-color: #ADB064;
}
.TagClassName
{
border-color: #ADB064;
}
</style>