Shades of Earls Green #A7A72D
Tints of Earls Green #A7A72D
RGB
CMYK
RGB Variations
Color information
#A7A72D (or 0xA7A72D) is known color: Earls Green. HEX triplet: A7, A7 and 2D. RGB value is (167,167,45). Sum of RGB (Red+Green+Blue) = 167+167+45=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A72D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A72D is #5858D2. Grayscale: #999999. Windows color (decimal): -5789907 or 2992039. OLE color: 2992039.
HSL color Cylindrical-coordinate representation of color #A7A72D: hue angle of 60º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7A72D is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 167 | 45 | - |
| CMYK | 0 | 0 | 0.73 | 0.35 |
| HSL | 60º | 0.58% | 0.42% | - |
| HSV(B) | 60º | 0.73% | 0.65% | - |
| XYZ | 30.23 | 36.04 | 7.85 | - |
| YUV | 153.09 | 67 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 167 | 45 | 0 | 0 | 0.73 | 0.35 | 60 | 0.58 | 0.42 |
| Hex | A7 | A7 | 2D | 0 | 0 | 49 | 23 | 3C | 3A | 2A |
| Octal | 247 | 247 | 55 | 0 | 0 | 111 | 43 | 74 | 72 | 52 |
| Binary | 10100111 | 10100111 | 101101 | 0 | 0 | 1001001 | 100011 | 111100 | 111010 | 101010 |
Color Harmonies of #A7A72D
Complementary color
Monochromatic Colors of #A7A72D
Black with #A7A72D
Text Example
Text Example
White with #A7A72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A72D; }
p { color: rgb(167,167,45); }
H1.HeaderClassName
{
color: #A7A72D;
}
.AnyTagClassName
{
color: #A7A72D;
}
</style>
background-color css
<style>
a { background-color: #A7A72D; }
a { background-color: rgb(167,167,45); }
div.DivClassName
{
background-color: #A7A72D;
}
.BgClassName
{
background-color: #A7A72D;
}
</style>
border-color css
<style>
span { border-color: #A7A72D; }
span { border-color: rgb(167,167,45); }
td.TdClassName
{
border-color: #A7A72D;
}
.TagClassName
{
border-color: #A7A72D;
}
</style>