Shades of Dark Green Copper #517A72
Tints of Dark Green Copper #517A72
RGB
CMYK
RGB Variations
Color information
#517A72 (or 0x517A72) is known color: Dark Green Copper. HEX triplet: 51, 7A and 72. RGB value is (81,122,114). Sum of RGB (Red+Green+Blue) = 81+122+114=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 122 - color contains mainly: green. Hex color #517A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A72 is #AE858D. Grayscale: #6C6C6C. Windows color (decimal): -11437454 or 7502417. OLE color: 7502417.
HSL color Cylindrical-coordinate representation of color #517A72: hue angle of 168.29º 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 #517A72 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 114 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.52 |
| HSL | 168.29º | 0.2% | 0.4% | - |
| HSV(B) | 168.29º | 0.34% | 0.48% | - |
| XYZ | 13.39 | 16.88 | 18.47 | - |
| YUV | 108.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 114 | 0.34 | 0 | 0.07 | 0.52 | 168.29 | 0.2 | 0.4 |
| Hex | 51 | 7A | 72 | 22 | 0 | 7 | 34 | A8 | 14 | 28 |
| Octal | 121 | 172 | 162 | 42 | 0 | 7 | 64 | 250 | 24 | 50 |
| Binary | 1010001 | 1111010 | 1110010 | 100010 | 0 | 111 | 110100 | 10101000 | 10100 | 101000 |
Color Harmonies of #517A72
Complementary color
Monochromatic Colors of #517A72
Black with #517A72
Text Example
Text Example
White with #517A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A72; }
p { color: rgb(81,122,114); }
H1.HeaderClassName
{
color: #517A72;
}
.AnyTagClassName
{
color: #517A72;
}
</style>
background-color css
<style>
a { background-color: #517A72; }
a { background-color: rgb(81,122,114); }
div.DivClassName
{
background-color: #517A72;
}
.BgClassName
{
background-color: #517A72;
}
</style>
border-color css
<style>
span { border-color: #517A72; }
span { border-color: rgb(81,122,114); }
td.TdClassName
{
border-color: #517A72;
}
.TagClassName
{
border-color: #517A72;
}
</style>