Shades of Olive Green #ADAD4D
Tints of Olive Green #ADAD4D
RGB
CMYK
RGB Variations
Color information
#ADAD4D (or 0xADAD4D) is known color: Olive Green. HEX triplet: AD, AD and 4D. RGB value is (173,173,77). Sum of RGB (Red+Green+Blue) = 173+173+77=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD4D is #5252B2. Grayscale: #A2A2A2. Windows color (decimal): -5395123 or 5090733. OLE color: 5090733.
HSL color Cylindrical-coordinate representation of color #ADAD4D: hue angle of 60º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADAD4D is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 77 | - |
| CMYK | 0 | 0 | 0.55 | 0.32 |
| HSL | 60º | 0.38% | 0.49% | - |
| HSV(B) | 60º | 0.55% | 0.68% | - |
| XYZ | 33.52 | 39.31 | 12.84 | - |
| YUV | 162.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 77 | 0 | 0 | 0.55 | 0.32 | 60 | 0.38 | 0.49 |
| Hex | AD | AD | 4D | 0 | 0 | 37 | 20 | 3C | 26 | 31 |
| Octal | 255 | 255 | 115 | 0 | 0 | 67 | 40 | 74 | 46 | 61 |
| Binary | 10101101 | 10101101 | 1001101 | 0 | 0 | 110111 | 100000 | 111100 | 100110 | 110001 |
Color Harmonies of #ADAD4D
Complementary color
Monochromatic Colors of #ADAD4D
Black with #ADAD4D
Text Example
Text Example
White with #ADAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD4D; }
p { color: rgb(173,173,77); }
H1.HeaderClassName
{
color: #ADAD4D;
}
.AnyTagClassName
{
color: #ADAD4D;
}
</style>
background-color css
<style>
a { background-color: #ADAD4D; }
a { background-color: rgb(173,173,77); }
div.DivClassName
{
background-color: #ADAD4D;
}
.BgClassName
{
background-color: #ADAD4D;
}
</style>
border-color css
<style>
span { border-color: #ADAD4D; }
span { border-color: rgb(173,173,77); }
td.TdClassName
{
border-color: #ADAD4D;
}
.TagClassName
{
border-color: #ADAD4D;
}
</style>