Shades of Olive Green #ADBA64
Tints of Olive Green #ADBA64
RGB
CMYK
RGB Variations
Color information
#ADBA64 (or 0xADBA64) is known color: Olive Green. HEX triplet: AD, BA and 64. RGB value is (173,186,100). Sum of RGB (Red+Green+Blue) = 173+186+100=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA64 is #52459B. Grayscale: #ACACAC. Windows color (decimal): -5391772 or 6601389. OLE color: 6601389.
HSL color Cylindrical-coordinate representation of color #ADBA64: hue angle of 69.07º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADBA64 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 100 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.27 |
| HSL | 69.07º | 0.38% | 0.56% | - |
| HSV(B) | 69.07º | 0.46% | 0.73% | - |
| XYZ | 37.09 | 44.92 | 18.77 | - |
| YUV | 172.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 100 | 0.07 | 0 | 0.46 | 0.27 | 69.07 | 0.38 | 0.56 |
| Hex | AD | BA | 64 | 7 | 0 | 2E | 1B | 45 | 26 | 38 |
| Octal | 255 | 272 | 144 | 7 | 0 | 56 | 33 | 105 | 46 | 70 |
| Binary | 10101101 | 10111010 | 1100100 | 111 | 0 | 101110 | 11011 | 1000101 | 100110 | 111000 |
Color Harmonies of #ADBA64
Complementary color
Monochromatic Colors of #ADBA64
Black with #ADBA64
Text Example
Text Example
White with #ADBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA64; }
p { color: rgb(173,186,100); }
H1.HeaderClassName
{
color: #ADBA64;
}
.AnyTagClassName
{
color: #ADBA64;
}
</style>
background-color css
<style>
a { background-color: #ADBA64; }
a { background-color: rgb(173,186,100); }
div.DivClassName
{
background-color: #ADBA64;
}
.BgClassName
{
background-color: #ADBA64;
}
</style>
border-color css
<style>
span { border-color: #ADBA64; }
span { border-color: rgb(173,186,100); }
td.TdClassName
{
border-color: #ADBA64;
}
.TagClassName
{
border-color: #ADBA64;
}
</style>