Shades of Dark Green Copper #517D73
Tints of Dark Green Copper #517D73
RGB
CMYK
RGB Variations
Color information
#517D73 (or 0x517D73) is known color: Dark Green Copper. HEX triplet: 51, 7D and 73. RGB value is (81,125,115). Sum of RGB (Red+Green+Blue) = 81+125+115=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 125 - color contains mainly: green. Hex color #517D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517D73 is #AE828C. Grayscale: #6E6E6E. Windows color (decimal): -11436685 or 7568721. OLE color: 7568721.
HSL color Cylindrical-coordinate representation of color #517D73: hue angle of 166.36º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #517D73 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 125 | 115 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.51 |
| HSL | 166.36º | 0.21% | 0.4% | - |
| HSV(B) | 166.36º | 0.35% | 0.49% | - |
| XYZ | 13.82 | 17.65 | 18.9 | - |
| YUV | 110.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 115 | 0.35 | 0 | 0.08 | 0.51 | 166.36 | 0.21 | 0.4 |
| Hex | 51 | 7D | 73 | 23 | 0 | 8 | 33 | A6 | 15 | 28 |
| Octal | 121 | 175 | 163 | 43 | 0 | 10 | 63 | 246 | 25 | 50 |
| Binary | 1010001 | 1111101 | 1110011 | 100011 | 0 | 1000 | 110011 | 10100110 | 10101 | 101000 |
Color Harmonies of #517D73
Complementary color
Monochromatic Colors of #517D73
Black with #517D73
Text Example
Text Example
White with #517D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D73; }
p { color: rgb(81,125,115); }
H1.HeaderClassName
{
color: #517D73;
}
.AnyTagClassName
{
color: #517D73;
}
</style>
background-color css
<style>
a { background-color: #517D73; }
a { background-color: rgb(81,125,115); }
div.DivClassName
{
background-color: #517D73;
}
.BgClassName
{
background-color: #517D73;
}
</style>
border-color css
<style>
span { border-color: #517D73; }
span { border-color: rgb(81,125,115); }
td.TdClassName
{
border-color: #517D73;
}
.TagClassName
{
border-color: #517D73;
}
</style>