Shades of Olive Green #A7AD5A
Tints of Olive Green #A7AD5A
RGB
CMYK
RGB Variations
Color information
#A7AD5A (or 0xA7AD5A) is known color: Olive Green. HEX triplet: A7, AD and 5A. RGB value is (167,173,90). Sum of RGB (Red+Green+Blue) = 167+173+90=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AD5A is #5852A5. Grayscale: #A2A2A2. Windows color (decimal): -5788326 or 5942695. OLE color: 5942695.
HSL color Cylindrical-coordinate representation of color #A7AD5A: hue angle of 64.34º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7AD5A is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 90 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.32 |
| HSL | 64.34º | 0.34% | 0.52% | - |
| HSV(B) | 64.34º | 0.48% | 0.68% | - |
| XYZ | 32.73 | 38.84 | 15.45 | - |
| YUV | 161.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 90 | 0.03 | 0 | 0.48 | 0.32 | 64.34 | 0.34 | 0.52 |
| Hex | A7 | AD | 5A | 3 | 0 | 30 | 20 | 40 | 22 | 34 |
| Octal | 247 | 255 | 132 | 3 | 0 | 60 | 40 | 100 | 42 | 64 |
| Binary | 10100111 | 10101101 | 1011010 | 11 | 0 | 110000 | 100000 | 1000000 | 100010 | 110100 |
Color Harmonies of #A7AD5A
Complementary color
Monochromatic Colors of #A7AD5A
Black with #A7AD5A
Text Example
Text Example
White with #A7AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD5A; }
p { color: rgb(167,173,90); }
H1.HeaderClassName
{
color: #A7AD5A;
}
.AnyTagClassName
{
color: #A7AD5A;
}
</style>
background-color css
<style>
a { background-color: #A7AD5A; }
a { background-color: rgb(167,173,90); }
div.DivClassName
{
background-color: #A7AD5A;
}
.BgClassName
{
background-color: #A7AD5A;
}
</style>
border-color css
<style>
span { border-color: #A7AD5A; }
span { border-color: rgb(167,173,90); }
td.TdClassName
{
border-color: #A7AD5A;
}
.TagClassName
{
border-color: #A7AD5A;
}
</style>