Shades of Olive Green #ADAB64
Tints of Olive Green #ADAB64
RGB
CMYK
RGB Variations
Color information
#ADAB64 (or 0xADAB64) is known color: Olive Green. HEX triplet: AD, AB and 64. RGB value is (173,171,100). Sum of RGB (Red+Green+Blue) = 173+171+100=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB64 is #52549B. Grayscale: #A3A3A3. Windows color (decimal): -5395612 or 6597549. OLE color: 6597549.
HSL color Cylindrical-coordinate representation of color #ADAB64: hue angle of 58.36º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADAB64 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 100 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.32 |
| HSL | 58.36º | 0.31% | 0.54% | - |
| HSV(B) | 58.36º | 0.42% | 0.68% | - |
| XYZ | 34.1 | 38.93 | 17.77 | - |
| YUV | 163.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 100 | 0 | 0.01 | 0.42 | 0.32 | 58.36 | 0.31 | 0.54 |
| Hex | AD | AB | 64 | 0 | 1 | 2A | 20 | 3A | 1F | 36 |
| Octal | 255 | 253 | 144 | 0 | 1 | 52 | 40 | 72 | 37 | 66 |
| Binary | 10101101 | 10101011 | 1100100 | 0 | 1 | 101010 | 100000 | 111010 | 11111 | 110110 |
Color Harmonies of #ADAB64
Complementary color
Monochromatic Colors of #ADAB64
Black with #ADAB64
Text Example
Text Example
White with #ADAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB64; }
p { color: rgb(173,171,100); }
H1.HeaderClassName
{
color: #ADAB64;
}
.AnyTagClassName
{
color: #ADAB64;
}
</style>
background-color css
<style>
a { background-color: #ADAB64; }
a { background-color: rgb(173,171,100); }
div.DivClassName
{
background-color: #ADAB64;
}
.BgClassName
{
background-color: #ADAB64;
}
</style>
border-color css
<style>
span { border-color: #ADAB64; }
span { border-color: rgb(173,171,100); }
td.TdClassName
{
border-color: #ADAB64;
}
.TagClassName
{
border-color: #ADAB64;
}
</style>