Shades of Dark Green Copper #506F64
Tints of Dark Green Copper #506F64
RGB
CMYK
RGB Variations
Color information
#506F64 (or 0x506F64) is known color: Dark Green Copper. HEX triplet: 50, 6F and 64. RGB value is (80,111,100). Sum of RGB (Red+Green+Blue) = 80+111+100=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #506F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F64 is #AF909B. Grayscale: #646464. Windows color (decimal): -11505820 or 6582096. OLE color: 6582096.
HSL color Cylindrical-coordinate representation of color #506F64: hue angle of 158.71º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506F64 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 111 | 100 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.56 |
| HSL | 158.71º | 0.16% | 0.37% | - |
| HSV(B) | 158.71º | 0.28% | 0.44% | - |
| XYZ | 11.29 | 13.99 | 14.16 | - |
| YUV | 100.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 100 | 0.28 | 0 | 0.10 | 0.56 | 158.71 | 0.16 | 0.37 |
| Hex | 50 | 6F | 64 | 1C | 0 | A | 38 | 9F | 10 | 25 |
| Octal | 120 | 157 | 144 | 34 | 0 | 12 | 70 | 237 | 20 | 45 |
| Binary | 1010000 | 1101111 | 1100100 | 11100 | 0 | 1010 | 111000 | 10011111 | 10000 | 100101 |
Color Harmonies of #506F64
Complementary color
Monochromatic Colors of #506F64
Black with #506F64
Text Example
Text Example
White with #506F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F64; }
p { color: rgb(80,111,100); }
H1.HeaderClassName
{
color: #506F64;
}
.AnyTagClassName
{
color: #506F64;
}
</style>
background-color css
<style>
a { background-color: #506F64; }
a { background-color: rgb(80,111,100); }
div.DivClassName
{
background-color: #506F64;
}
.BgClassName
{
background-color: #506F64;
}
</style>
border-color css
<style>
span { border-color: #506F64; }
span { border-color: rgb(80,111,100); }
td.TdClassName
{
border-color: #506F64;
}
.TagClassName
{
border-color: #506F64;
}
</style>