Shades of Olive Green #ADAE55
Tints of Olive Green #ADAE55
RGB
CMYK
RGB Variations
Color information
#ADAE55 (or 0xADAE55) is known color: Olive Green. HEX triplet: AD, AE and 55. RGB value is (173,174,85). Sum of RGB (Red+Green+Blue) = 173+174+85=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE55 is #5251AA. Grayscale: #A3A3A3. Windows color (decimal): -5394859 or 5615277. OLE color: 5615277.
HSL color Cylindrical-coordinate representation of color #ADAE55: hue angle of 60.67º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADAE55 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 85 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.32 |
| HSL | 60.67º | 0.35% | 0.51% | - |
| HSV(B) | 60.67º | 0.51% | 0.68% | - |
| XYZ | 34.01 | 39.81 | 14.49 | - |
| YUV | 163.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 85 | 0.01 | 0 | 0.51 | 0.32 | 60.67 | 0.35 | 0.51 |
| Hex | AD | AE | 55 | 1 | 0 | 33 | 20 | 3D | 23 | 33 |
| Octal | 255 | 256 | 125 | 1 | 0 | 63 | 40 | 75 | 43 | 63 |
| Binary | 10101101 | 10101110 | 1010101 | 1 | 0 | 110011 | 100000 | 111101 | 100011 | 110011 |
Color Harmonies of #ADAE55
Complementary color
Monochromatic Colors of #ADAE55
Black with #ADAE55
Text Example
Text Example
White with #ADAE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE55; }
p { color: rgb(173,174,85); }
H1.HeaderClassName
{
color: #ADAE55;
}
.AnyTagClassName
{
color: #ADAE55;
}
</style>
background-color css
<style>
a { background-color: #ADAE55; }
a { background-color: rgb(173,174,85); }
div.DivClassName
{
background-color: #ADAE55;
}
.BgClassName
{
background-color: #ADAE55;
}
</style>
border-color css
<style>
span { border-color: #ADAE55; }
span { border-color: rgb(173,174,85); }
td.TdClassName
{
border-color: #ADAE55;
}
.TagClassName
{
border-color: #ADAE55;
}
</style>