Shades of Dark Green Copper #506D64
Tints of Dark Green Copper #506D64
RGB
CMYK
RGB Variations
Color information
#506D64 (or 0x506D64) is known color: Dark Green Copper. HEX triplet: 50, 6D and 64. RGB value is (80,109,100). Sum of RGB (Red+Green+Blue) = 80+109+100=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #506D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D64 is #AF929B. Grayscale: #636363. Windows color (decimal): -11506332 or 6581584. OLE color: 6581584.
HSL color Cylindrical-coordinate representation of color #506D64: hue angle of 161.38º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D64 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 100 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.57 |
| HSL | 161.38º | 0.15% | 0.37% | - |
| HSV(B) | 161.38º | 0.27% | 0.43% | - |
| XYZ | 11.08 | 13.56 | 14.09 | - |
| YUV | 99.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 100 | 0.27 | 0 | 0.08 | 0.57 | 161.38 | 0.15 | 0.37 |
| Hex | 50 | 6D | 64 | 1B | 0 | 8 | 39 | A1 | F | 25 |
| Octal | 120 | 155 | 144 | 33 | 0 | 10 | 71 | 241 | 17 | 45 |
| Binary | 1010000 | 1101101 | 1100100 | 11011 | 0 | 1000 | 111001 | 10100001 | 1111 | 100101 |
Color Harmonies of #506D64
Complementary color
Monochromatic Colors of #506D64
Black with #506D64
Text Example
Text Example
White with #506D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D64; }
p { color: rgb(80,109,100); }
H1.HeaderClassName
{
color: #506D64;
}
.AnyTagClassName
{
color: #506D64;
}
</style>
background-color css
<style>
a { background-color: #506D64; }
a { background-color: rgb(80,109,100); }
div.DivClassName
{
background-color: #506D64;
}
.BgClassName
{
background-color: #506D64;
}
</style>
border-color css
<style>
span { border-color: #506D64; }
span { border-color: rgb(80,109,100); }
td.TdClassName
{
border-color: #506D64;
}
.TagClassName
{
border-color: #506D64;
}
</style>