Shades of Olive Green #ADB467
Tints of Olive Green #ADB467
RGB
CMYK
RGB Variations
Color information
#ADB467 (or 0xADB467) is known color: Olive Green. HEX triplet: AD, B4 and 67. RGB value is (173,180,103). Sum of RGB (Red+Green+Blue) = 173+180+103=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB467 is #524B98. Grayscale: #A9A9A9. Windows color (decimal): -5393305 or 6796461. OLE color: 6796461.
HSL color Cylindrical-coordinate representation of color #ADB467: hue angle of 65.45º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADB467 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 103 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.29 |
| HSL | 65.45º | 0.34% | 0.55% | - |
| HSV(B) | 65.45º | 0.43% | 0.71% | - |
| XYZ | 36 | 42.51 | 19.14 | - |
| YUV | 169.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 103 | 0.04 | 0 | 0.43 | 0.29 | 65.45 | 0.34 | 0.55 |
| Hex | AD | B4 | 67 | 4 | 0 | 2B | 1D | 41 | 22 | 37 |
| Octal | 255 | 264 | 147 | 4 | 0 | 53 | 35 | 101 | 42 | 67 |
| Binary | 10101101 | 10110100 | 1100111 | 100 | 0 | 101011 | 11101 | 1000001 | 100010 | 110111 |
Color Harmonies of #ADB467
Complementary color
Monochromatic Colors of #ADB467
Black with #ADB467
Text Example
Text Example
White with #ADB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB467; }
p { color: rgb(173,180,103); }
H1.HeaderClassName
{
color: #ADB467;
}
.AnyTagClassName
{
color: #ADB467;
}
</style>
background-color css
<style>
a { background-color: #ADB467; }
a { background-color: rgb(173,180,103); }
div.DivClassName
{
background-color: #ADB467;
}
.BgClassName
{
background-color: #ADB467;
}
</style>
border-color css
<style>
span { border-color: #ADB467; }
span { border-color: rgb(173,180,103); }
td.TdClassName
{
border-color: #ADB467;
}
.TagClassName
{
border-color: #ADB467;
}
</style>