Shades of Olive Green #ADAC5E
Tints of Olive Green #ADAC5E
RGB
CMYK
RGB Variations
Color information
#ADAC5E (or 0xADAC5E) is known color: Olive Green. HEX triplet: AD, AC and 5E. RGB value is (173,172,94). Sum of RGB (Red+Green+Blue) = 173+172+94=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC5E is #5253A1. Grayscale: #A3A3A3. Windows color (decimal): -5395362 or 6204589. OLE color: 6204589.
HSL color Cylindrical-coordinate representation of color #ADAC5E: hue angle of 59.24º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADAC5E is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 172 | 94 | - |
CMYK | 0 | 0.01 | 0.46 | 0.32 |
HSL | 59.24º | 0.33% | 0.52% | - |
HSV(B) | 59.24º | 0.46% | 0.68% | - |
XYZ | 34.01 | 39.2 | 16.36 | - |
YUV | 163.41 | 88.83 | 134.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 172 | 94 | 0 | 0.01 | 0.46 | 0.32 | 59.24 | 0.33 | 0.52 |
Hex | AD | AC | 5E | 0 | 1 | 2E | 20 | 3B | 21 | 34 |
Octal | 255 | 254 | 136 | 0 | 1 | 56 | 40 | 73 | 41 | 64 |
Binary | 10101101 | 10101100 | 1011110 | 0 | 1 | 101110 | 100000 | 111011 | 100001 | 110100 |
Color Harmonies of #ADAC5E
Complementary color
Monochromatic Colors of #ADAC5E
Black with #ADAC5E
Text Example
Text Example
White with #ADAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC5E; }
p { color: rgb(173,172,94); }
H1.HeaderClassName
{
color: #ADAC5E;
}
.AnyTagClassName
{
color: #ADAC5E;
}
</style>
background-color css
<style>
a { background-color: #ADAC5E; }
a { background-color: rgb(173,172,94); }
div.DivClassName
{
background-color: #ADAC5E;
}
.BgClassName
{
background-color: #ADAC5E;
}
</style>
border-color css
<style>
span { border-color: #ADAC5E; }
span { border-color: rgb(173,172,94); }
td.TdClassName
{
border-color: #ADAC5E;
}
.TagClassName
{
border-color: #ADAC5E;
}
</style>