Shades of Olive Green #A7AD4E
Tints of Olive Green #A7AD4E
RGB
CMYK
RGB Variations
Color information
#A7AD4E (or 0xA7AD4E) is known color: Olive Green. HEX triplet: A7, AD and 4E. RGB value is (167,173,78). Sum of RGB (Red+Green+Blue) = 167+173+78=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AD4E is #5852B1. Grayscale: #A0A0A0. Windows color (decimal): -5788338 or 5156263. OLE color: 5156263.
HSL color Cylindrical-coordinate representation of color #A7AD4E: hue angle of 63.79º 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 #A7AD4E is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 78 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.32 |
| HSL | 63.79º | 0.38% | 0.49% | - |
| HSV(B) | 63.79º | 0.55% | 0.68% | - |
| XYZ | 32.26 | 38.65 | 12.97 | - |
| YUV | 160.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 78 | 0.03 | 0 | 0.55 | 0.32 | 63.79 | 0.38 | 0.49 |
| Hex | A7 | AD | 4E | 3 | 0 | 37 | 20 | 40 | 26 | 31 |
| Octal | 247 | 255 | 116 | 3 | 0 | 67 | 40 | 100 | 46 | 61 |
| Binary | 10100111 | 10101101 | 1001110 | 11 | 0 | 110111 | 100000 | 1000000 | 100110 | 110001 |
Color Harmonies of #A7AD4E
Complementary color
Monochromatic Colors of #A7AD4E
Black with #A7AD4E
Text Example
Text Example
White with #A7AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD4E; }
p { color: rgb(167,173,78); }
H1.HeaderClassName
{
color: #A7AD4E;
}
.AnyTagClassName
{
color: #A7AD4E;
}
</style>
background-color css
<style>
a { background-color: #A7AD4E; }
a { background-color: rgb(167,173,78); }
div.DivClassName
{
background-color: #A7AD4E;
}
.BgClassName
{
background-color: #A7AD4E;
}
</style>
border-color css
<style>
span { border-color: #A7AD4E; }
span { border-color: rgb(167,173,78); }
td.TdClassName
{
border-color: #A7AD4E;
}
.TagClassName
{
border-color: #A7AD4E;
}
</style>