Shades of Dark Green Copper #516B63
Tints of Dark Green Copper #516B63
RGB
CMYK
RGB Variations
Color information
#516B63 (or 0x516B63) is known color: Dark Green Copper. HEX triplet: 51, 6B and 63. RGB value is (81,107,99). Sum of RGB (Red+Green+Blue) = 81+107+99=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #516B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B63 is #AE949C. Grayscale: #626262. Windows color (decimal): -11441309 or 6515537. OLE color: 6515537.
HSL color Cylindrical-coordinate representation of color #516B63: hue angle of 161.54º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516B63 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 107 | 99 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.58 |
| HSL | 161.54º | 0.14% | 0.37% | - |
| HSV(B) | 161.54º | 0.24% | 0.42% | - |
| XYZ | 10.9 | 13.17 | 13.77 | - |
| YUV | 98.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 99 | 0.24 | 0 | 0.07 | 0.58 | 161.54 | 0.14 | 0.37 |
| Hex | 51 | 6B | 63 | 18 | 0 | 7 | 3A | A2 | E | 25 |
| Octal | 121 | 153 | 143 | 30 | 0 | 7 | 72 | 242 | 16 | 45 |
| Binary | 1010001 | 1101011 | 1100011 | 11000 | 0 | 111 | 111010 | 10100010 | 1110 | 100101 |
Color Harmonies of #516B63
Complementary color
Monochromatic Colors of #516B63
Black with #516B63
Text Example
Text Example
White with #516B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B63; }
p { color: rgb(81,107,99); }
H1.HeaderClassName
{
color: #516B63;
}
.AnyTagClassName
{
color: #516B63;
}
</style>
background-color css
<style>
a { background-color: #516B63; }
a { background-color: rgb(81,107,99); }
div.DivClassName
{
background-color: #516B63;
}
.BgClassName
{
background-color: #516B63;
}
</style>
border-color css
<style>
span { border-color: #516B63; }
span { border-color: rgb(81,107,99); }
td.TdClassName
{
border-color: #516B63;
}
.TagClassName
{
border-color: #516B63;
}
</style>