Shades of Olive Green #ADB065
Tints of Olive Green #ADB065
RGB
CMYK
RGB Variations
Color information
#ADB065 (or 0xADB065) is known color: Olive Green. HEX triplet: AD, B0 and 65. RGB value is (173,176,101). Sum of RGB (Red+Green+Blue) = 173+176+101=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB065 is #524F9A. Grayscale: #A6A6A6. Windows color (decimal): -5394331 or 6664365. OLE color: 6664365.
HSL color Cylindrical-coordinate representation of color #ADB065: hue angle of 62.4º 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 #ADB065 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 101 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.31 |
| HSL | 62.4º | 0.32% | 0.54% | - |
| HSV(B) | 62.4º | 0.43% | 0.69% | - |
| XYZ | 35.11 | 40.87 | 18.35 | - |
| YUV | 166.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 101 | 0.02 | 0 | 0.43 | 0.31 | 62.4 | 0.32 | 0.54 |
| Hex | AD | B0 | 65 | 2 | 0 | 2B | 1F | 3E | 20 | 36 |
| Octal | 255 | 260 | 145 | 2 | 0 | 53 | 37 | 76 | 40 | 66 |
| Binary | 10101101 | 10110000 | 1100101 | 10 | 0 | 101011 | 11111 | 111110 | 100000 | 110110 |
Color Harmonies of #ADB065
Complementary color
Monochromatic Colors of #ADB065
Black with #ADB065
Text Example
Text Example
White with #ADB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB065; }
p { color: rgb(173,176,101); }
H1.HeaderClassName
{
color: #ADB065;
}
.AnyTagClassName
{
color: #ADB065;
}
</style>
background-color css
<style>
a { background-color: #ADB065; }
a { background-color: rgb(173,176,101); }
div.DivClassName
{
background-color: #ADB065;
}
.BgClassName
{
background-color: #ADB065;
}
</style>
border-color css
<style>
span { border-color: #ADB065; }
span { border-color: rgb(173,176,101); }
td.TdClassName
{
border-color: #ADB065;
}
.TagClassName
{
border-color: #ADB065;
}
</style>