Shades of Olive Green #ADAD58
Tints of Olive Green #ADAD58
RGB
CMYK
RGB Variations
Color information
#ADAD58 (or 0xADAD58) is known color: Olive Green. HEX triplet: AD, AD and 58. RGB value is (173,173,88). Sum of RGB (Red+Green+Blue) = 173+173+88=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD58 is #5252A7. Grayscale: #A3A3A3. Windows color (decimal): -5395112 or 5811629. OLE color: 5811629.
HSL color Cylindrical-coordinate representation of color #ADAD58: hue angle of 60º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADAD58 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 88 | - |
| CMYK | 0 | 0 | 0.49 | 0.32 |
| HSL | 60º | 0.34% | 0.51% | - |
| HSV(B) | 60º | 0.49% | 0.68% | - |
| XYZ | 33.94 | 39.48 | 15.06 | - |
| YUV | 163.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 88 | 0 | 0 | 0.49 | 0.32 | 60 | 0.34 | 0.51 |
| Hex | AD | AD | 58 | 0 | 0 | 31 | 20 | 3C | 22 | 33 |
| Octal | 255 | 255 | 130 | 0 | 0 | 61 | 40 | 74 | 42 | 63 |
| Binary | 10101101 | 10101101 | 1011000 | 0 | 0 | 110001 | 100000 | 111100 | 100010 | 110011 |
Color Harmonies of #ADAD58
Complementary color
Monochromatic Colors of #ADAD58
Black with #ADAD58
Text Example
Text Example
White with #ADAD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD58; }
p { color: rgb(173,173,88); }
H1.HeaderClassName
{
color: #ADAD58;
}
.AnyTagClassName
{
color: #ADAD58;
}
</style>
background-color css
<style>
a { background-color: #ADAD58; }
a { background-color: rgb(173,173,88); }
div.DivClassName
{
background-color: #ADAD58;
}
.BgClassName
{
background-color: #ADAD58;
}
</style>
border-color css
<style>
span { border-color: #ADAD58; }
span { border-color: rgb(173,173,88); }
td.TdClassName
{
border-color: #ADAD58;
}
.TagClassName
{
border-color: #ADAD58;
}
</style>