Shades of Dark Green Copper #516D65
Tints of Dark Green Copper #516D65
RGB
CMYK
RGB Variations
Color information
#516D65 (or 0x516D65) is known color: Dark Green Copper. HEX triplet: 51, 6D and 65. RGB value is (81,109,101). Sum of RGB (Red+Green+Blue) = 81+109+101=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 109 - color contains mainly: green. Hex color #516D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D65 is #AE929A. Grayscale: #636363. Windows color (decimal): -11440795 or 6647121. OLE color: 6647121.
HSL color Cylindrical-coordinate representation of color #516D65: hue angle of 162.86º 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 #516D65 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 101 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.57 |
| HSL | 162.86º | 0.15% | 0.37% | - |
| HSV(B) | 162.86º | 0.26% | 0.43% | - |
| XYZ | 11.21 | 13.63 | 14.35 | - |
| YUV | 99.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 101 | 0.26 | 0 | 0.07 | 0.57 | 162.86 | 0.15 | 0.37 |
| Hex | 51 | 6D | 65 | 1A | 0 | 7 | 39 | A3 | F | 25 |
| Octal | 121 | 155 | 145 | 32 | 0 | 7 | 71 | 243 | 17 | 45 |
| Binary | 1010001 | 1101101 | 1100101 | 11010 | 0 | 111 | 111001 | 10100011 | 1111 | 100101 |
Color Harmonies of #516D65
Complementary color
Monochromatic Colors of #516D65
Black with #516D65
Text Example
Text Example
White with #516D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D65; }
p { color: rgb(81,109,101); }
H1.HeaderClassName
{
color: #516D65;
}
.AnyTagClassName
{
color: #516D65;
}
</style>
background-color css
<style>
a { background-color: #516D65; }
a { background-color: rgb(81,109,101); }
div.DivClassName
{
background-color: #516D65;
}
.BgClassName
{
background-color: #516D65;
}
</style>
border-color css
<style>
span { border-color: #516D65; }
span { border-color: rgb(81,109,101); }
td.TdClassName
{
border-color: #516D65;
}
.TagClassName
{
border-color: #516D65;
}
</style>