Shades of Dark Green Copper #516D64
Tints of Dark Green Copper #516D64
RGB
CMYK
RGB Variations
Color information
#516D64 (or 0x516D64) is known color: Dark Green Copper. HEX triplet: 51, 6D and 64. RGB value is (81,109,100). Sum of RGB (Red+Green+Blue) = 81+109+100=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 109 - color contains mainly: green. Hex color #516D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D64 is #AE929B. Grayscale: #636363. Windows color (decimal): -11440796 or 6581585. OLE color: 6581585.
HSL color Cylindrical-coordinate representation of color #516D64: hue angle of 160.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516D64 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 100 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.57 |
| HSL | 160.71º | 0.15% | 0.37% | - |
| HSV(B) | 160.71º | 0.26% | 0.43% | - |
| XYZ | 11.16 | 13.61 | 14.09 | - |
| YUV | 99.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 100 | 0.26 | 0 | 0.08 | 0.57 | 160.71 | 0.15 | 0.37 |
| Hex | 51 | 6D | 64 | 1A | 0 | 8 | 39 | A1 | F | 25 |
| Octal | 121 | 155 | 144 | 32 | 0 | 10 | 71 | 241 | 17 | 45 |
| Binary | 1010001 | 1101101 | 1100100 | 11010 | 0 | 1000 | 111001 | 10100001 | 1111 | 100101 |
Color Harmonies of #516D64
Complementary color
Monochromatic Colors of #516D64
Black with #516D64
Text Example
Text Example
White with #516D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D64; }
p { color: rgb(81,109,100); }
H1.HeaderClassName
{
color: #516D64;
}
.AnyTagClassName
{
color: #516D64;
}
</style>
background-color css
<style>
a { background-color: #516D64; }
a { background-color: rgb(81,109,100); }
div.DivClassName
{
background-color: #516D64;
}
.BgClassName
{
background-color: #516D64;
}
</style>
border-color css
<style>
span { border-color: #516D64; }
span { border-color: rgb(81,109,100); }
td.TdClassName
{
border-color: #516D64;
}
.TagClassName
{
border-color: #516D64;
}
</style>