Shades of Olive Green #A7AD4D
Tints of Olive Green #A7AD4D
RGB
CMYK
RGB Variations
Color information
#A7AD4D (or 0xA7AD4D) is known color: Olive Green. HEX triplet: A7, AD and 4D. RGB value is (167,173,77). Sum of RGB (Red+Green+Blue) = 167+173+77=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AD4D is #5852B2. Grayscale: #A0A0A0. Windows color (decimal): -5788339 or 5090727. OLE color: 5090727.
HSL color Cylindrical-coordinate representation of color #A7AD4D: hue angle of 63.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7AD4D is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 77 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.32 |
| HSL | 63.75º | 0.38% | 0.49% | - |
| HSV(B) | 63.75º | 0.55% | 0.68% | - |
| XYZ | 32.22 | 38.64 | 12.78 | - |
| YUV | 160.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 77 | 0.03 | 0 | 0.55 | 0.32 | 63.75 | 0.38 | 0.49 |
| Hex | A7 | AD | 4D | 3 | 0 | 37 | 20 | 40 | 26 | 31 |
| Octal | 247 | 255 | 115 | 3 | 0 | 67 | 40 | 100 | 46 | 61 |
| Binary | 10100111 | 10101101 | 1001101 | 11 | 0 | 110111 | 100000 | 1000000 | 100110 | 110001 |
Color Harmonies of #A7AD4D
Complementary color
Monochromatic Colors of #A7AD4D
Black with #A7AD4D
Text Example
Text Example
White with #A7AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD4D; }
p { color: rgb(167,173,77); }
H1.HeaderClassName
{
color: #A7AD4D;
}
.AnyTagClassName
{
color: #A7AD4D;
}
</style>
background-color css
<style>
a { background-color: #A7AD4D; }
a { background-color: rgb(167,173,77); }
div.DivClassName
{
background-color: #A7AD4D;
}
.BgClassName
{
background-color: #A7AD4D;
}
</style>
border-color css
<style>
span { border-color: #A7AD4D; }
span { border-color: rgb(167,173,77); }
td.TdClassName
{
border-color: #A7AD4D;
}
.TagClassName
{
border-color: #A7AD4D;
}
</style>