Shades of Olive Green #ADB465
Tints of Olive Green #ADB465
RGB
CMYK
RGB Variations
Color information
#ADB465 (or 0xADB465) is known color: Olive Green. HEX triplet: AD, B4 and 65. RGB value is (173,180,101). Sum of RGB (Red+Green+Blue) = 173+180+101=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB465 is #524B9A. Grayscale: #A9A9A9. Windows color (decimal): -5393307 or 6665389. OLE color: 6665389.
HSL color Cylindrical-coordinate representation of color #ADB465: hue angle of 65.32º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADB465 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 101 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.29 |
| HSL | 65.32º | 0.34% | 0.55% | - |
| HSV(B) | 65.32º | 0.44% | 0.71% | - |
| XYZ | 35.9 | 42.47 | 18.62 | - |
| YUV | 168.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 101 | 0.04 | 0 | 0.44 | 0.29 | 65.32 | 0.34 | 0.55 |
| Hex | AD | B4 | 65 | 4 | 0 | 2C | 1D | 41 | 22 | 37 |
| Octal | 255 | 264 | 145 | 4 | 0 | 54 | 35 | 101 | 42 | 67 |
| Binary | 10101101 | 10110100 | 1100101 | 100 | 0 | 101100 | 11101 | 1000001 | 100010 | 110111 |
Color Harmonies of #ADB465
Complementary color
Monochromatic Colors of #ADB465
Black with #ADB465
Text Example
Text Example
White with #ADB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB465; }
p { color: rgb(173,180,101); }
H1.HeaderClassName
{
color: #ADB465;
}
.AnyTagClassName
{
color: #ADB465;
}
</style>
background-color css
<style>
a { background-color: #ADB465; }
a { background-color: rgb(173,180,101); }
div.DivClassName
{
background-color: #ADB465;
}
.BgClassName
{
background-color: #ADB465;
}
</style>
border-color css
<style>
span { border-color: #ADB465; }
span { border-color: rgb(173,180,101); }
td.TdClassName
{
border-color: #ADB465;
}
.TagClassName
{
border-color: #ADB465;
}
</style>