Shades of Olive Green #ADB764
Tints of Olive Green #ADB764
RGB
CMYK
RGB Variations
Color information
#ADB764 (or 0xADB764) is known color: Olive Green. HEX triplet: AD, B7 and 64. RGB value is (173,183,100). Sum of RGB (Red+Green+Blue) = 173+183+100=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB764 is #52489B. Grayscale: #AAAAAA. Windows color (decimal): -5392540 or 6600621. OLE color: 6600621.
HSL color Cylindrical-coordinate representation of color #ADB764: hue angle of 67.23º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADB764 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 100 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.28 |
| HSL | 67.23º | 0.37% | 0.55% | - |
| HSV(B) | 67.23º | 0.45% | 0.72% | - |
| XYZ | 36.47 | 43.67 | 18.56 | - |
| YUV | 170.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 100 | 0.05 | 0 | 0.45 | 0.28 | 67.23 | 0.37 | 0.55 |
| Hex | AD | B7 | 64 | 5 | 0 | 2D | 1C | 43 | 25 | 37 |
| Octal | 255 | 267 | 144 | 5 | 0 | 55 | 34 | 103 | 45 | 67 |
| Binary | 10101101 | 10110111 | 1100100 | 101 | 0 | 101101 | 11100 | 1000011 | 100101 | 110111 |
Color Harmonies of #ADB764
Complementary color
Monochromatic Colors of #ADB764
Black with #ADB764
Text Example
Text Example
White with #ADB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB764; }
p { color: rgb(173,183,100); }
H1.HeaderClassName
{
color: #ADB764;
}
.AnyTagClassName
{
color: #ADB764;
}
</style>
background-color css
<style>
a { background-color: #ADB764; }
a { background-color: rgb(173,183,100); }
div.DivClassName
{
background-color: #ADB764;
}
.BgClassName
{
background-color: #ADB764;
}
</style>
border-color css
<style>
span { border-color: #ADB764; }
span { border-color: rgb(173,183,100); }
td.TdClassName
{
border-color: #ADB764;
}
.TagClassName
{
border-color: #ADB764;
}
</style>