Shades of Dark Green Copper #517A71
Tints of Dark Green Copper #517A71
RGB
CMYK
RGB Variations
Color information
#517A71 (or 0x517A71) is known color: Dark Green Copper. HEX triplet: 51, 7A and 71. RGB value is (81,122,113). Sum of RGB (Red+Green+Blue) = 81+122+113=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #517A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A71 is #AE858E. Grayscale: #6C6C6C. Windows color (decimal): -11437455 or 7436881. OLE color: 7436881.
HSL color Cylindrical-coordinate representation of color #517A71: hue angle of 166.83º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #517A71 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 113 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.52 |
| HSL | 166.83º | 0.2% | 0.4% | - |
| HSV(B) | 166.83º | 0.34% | 0.48% | - |
| XYZ | 13.33 | 16.86 | 18.17 | - |
| YUV | 108.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 113 | 0.34 | 0 | 0.07 | 0.52 | 166.83 | 0.2 | 0.4 |
| Hex | 51 | 7A | 71 | 22 | 0 | 7 | 34 | A7 | 14 | 28 |
| Octal | 121 | 172 | 161 | 42 | 0 | 7 | 64 | 247 | 24 | 50 |
| Binary | 1010001 | 1111010 | 1110001 | 100010 | 0 | 111 | 110100 | 10100111 | 10100 | 101000 |
Color Harmonies of #517A71
Complementary color
Monochromatic Colors of #517A71
Black with #517A71
Text Example
Text Example
White with #517A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A71; }
p { color: rgb(81,122,113); }
H1.HeaderClassName
{
color: #517A71;
}
.AnyTagClassName
{
color: #517A71;
}
</style>
background-color css
<style>
a { background-color: #517A71; }
a { background-color: rgb(81,122,113); }
div.DivClassName
{
background-color: #517A71;
}
.BgClassName
{
background-color: #517A71;
}
</style>
border-color css
<style>
span { border-color: #517A71; }
span { border-color: rgb(81,122,113); }
td.TdClassName
{
border-color: #517A71;
}
.TagClassName
{
border-color: #517A71;
}
</style>