Shades of Olive Green #ADAE63
Tints of Olive Green #ADAE63
RGB
CMYK
RGB Variations
Color information
#ADAE63 (or 0xADAE63) is known color: Olive Green. HEX triplet: AD, AE and 63. RGB value is (173,174,99). Sum of RGB (Red+Green+Blue) = 173+174+99=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE63 is #52519C. Grayscale: #A5A5A5. Windows color (decimal): -5394845 or 6532781. OLE color: 6532781.
HSL color Cylindrical-coordinate representation of color #ADAE63: hue angle of 60.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADAE63 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 99 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.32 |
| HSL | 60.8º | 0.32% | 0.54% | - |
| HSV(B) | 60.8º | 0.43% | 0.68% | - |
| XYZ | 34.62 | 40.06 | 17.71 | - |
| YUV | 165.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 99 | 0.01 | 0 | 0.43 | 0.32 | 60.8 | 0.32 | 0.54 |
| Hex | AD | AE | 63 | 1 | 0 | 2B | 20 | 3D | 20 | 36 |
| Octal | 255 | 256 | 143 | 1 | 0 | 53 | 40 | 75 | 40 | 66 |
| Binary | 10101101 | 10101110 | 1100011 | 1 | 0 | 101011 | 100000 | 111101 | 100000 | 110110 |
Color Harmonies of #ADAE63
Complementary color
Monochromatic Colors of #ADAE63
Black with #ADAE63
Text Example
Text Example
White with #ADAE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE63; }
p { color: rgb(173,174,99); }
H1.HeaderClassName
{
color: #ADAE63;
}
.AnyTagClassName
{
color: #ADAE63;
}
</style>
background-color css
<style>
a { background-color: #ADAE63; }
a { background-color: rgb(173,174,99); }
div.DivClassName
{
background-color: #ADAE63;
}
.BgClassName
{
background-color: #ADAE63;
}
</style>
border-color css
<style>
span { border-color: #ADAE63; }
span { border-color: rgb(173,174,99); }
td.TdClassName
{
border-color: #ADAE63;
}
.TagClassName
{
border-color: #ADAE63;
}
</style>