Shades of Olive Green #ADAE6C
Tints of Olive Green #ADAE6C
RGB
CMYK
RGB Variations
Color information
#ADAE6C (or 0xADAE6C) is known color: Olive Green. HEX triplet: AD, AE and 6C. RGB value is (173,174,108). Sum of RGB (Red+Green+Blue) = 173+174+108=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE6C is #525193. Grayscale: #A6A6A6. Windows color (decimal): -5394836 or 7122605. OLE color: 7122605.
HSL color Cylindrical-coordinate representation of color #ADAE6C: hue angle of 60.91º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADAE6C is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 108 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.32 |
| HSL | 60.91º | 0.29% | 0.55% | - |
| HSV(B) | 60.91º | 0.38% | 0.68% | - |
| XYZ | 35.08 | 40.24 | 20.11 | - |
| YUV | 166.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 108 | 0.01 | 0 | 0.38 | 0.32 | 60.91 | 0.29 | 0.55 |
| Hex | AD | AE | 6C | 1 | 0 | 26 | 20 | 3D | 1D | 37 |
| Octal | 255 | 256 | 154 | 1 | 0 | 46 | 40 | 75 | 35 | 67 |
| Binary | 10101101 | 10101110 | 1101100 | 1 | 0 | 100110 | 100000 | 111101 | 11101 | 110111 |
Color Harmonies of #ADAE6C
Complementary color
Monochromatic Colors of #ADAE6C
Black with #ADAE6C
Text Example
Text Example
White with #ADAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE6C; }
p { color: rgb(173,174,108); }
H1.HeaderClassName
{
color: #ADAE6C;
}
.AnyTagClassName
{
color: #ADAE6C;
}
</style>
background-color css
<style>
a { background-color: #ADAE6C; }
a { background-color: rgb(173,174,108); }
div.DivClassName
{
background-color: #ADAE6C;
}
.BgClassName
{
background-color: #ADAE6C;
}
</style>
border-color css
<style>
span { border-color: #ADAE6C; }
span { border-color: rgb(173,174,108); }
td.TdClassName
{
border-color: #ADAE6C;
}
.TagClassName
{
border-color: #ADAE6C;
}
</style>