Shades of Olive Green #ADAE60
Tints of Olive Green #ADAE60
RGB
CMYK
RGB Variations
Color information
#ADAE60 (or 0xADAE60) is known color: Olive Green. HEX triplet: AD, AE and 60. RGB value is (173,174,96). Sum of RGB (Red+Green+Blue) = 173+174+96=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE60 is #52519F. Grayscale: #A5A5A5. Windows color (decimal): -5394848 or 6336173. OLE color: 6336173.
HSL color Cylindrical-coordinate representation of color #ADAE60: hue angle of 60.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADAE60 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 96 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.32 |
| HSL | 60.77º | 0.33% | 0.53% | - |
| HSV(B) | 60.77º | 0.45% | 0.68% | - |
| XYZ | 34.48 | 40 | 16.97 | - |
| YUV | 164.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 96 | 0.01 | 0 | 0.45 | 0.32 | 60.77 | 0.33 | 0.53 |
| Hex | AD | AE | 60 | 1 | 0 | 2D | 20 | 3D | 20 | 35 |
| Octal | 255 | 256 | 140 | 1 | 0 | 55 | 40 | 75 | 40 | 65 |
| Binary | 10101101 | 10101110 | 1100000 | 1 | 0 | 101101 | 100000 | 111101 | 100000 | 110101 |
Color Harmonies of #ADAE60
Complementary color
Monochromatic Colors of #ADAE60
Black with #ADAE60
Text Example
Text Example
White with #ADAE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE60; }
p { color: rgb(173,174,96); }
H1.HeaderClassName
{
color: #ADAE60;
}
.AnyTagClassName
{
color: #ADAE60;
}
</style>
background-color css
<style>
a { background-color: #ADAE60; }
a { background-color: rgb(173,174,96); }
div.DivClassName
{
background-color: #ADAE60;
}
.BgClassName
{
background-color: #ADAE60;
}
</style>
border-color css
<style>
span { border-color: #ADAE60; }
span { border-color: rgb(173,174,96); }
td.TdClassName
{
border-color: #ADAE60;
}
.TagClassName
{
border-color: #ADAE60;
}
</style>