Shades of Dark Green Copper #50756D
Tints of Dark Green Copper #50756D
RGB
CMYK
RGB Variations
Color information
#50756D (or 0x50756D) is known color: Dark Green Copper. HEX triplet: 50, 75 and 6D. RGB value is (80,117,109). Sum of RGB (Red+Green+Blue) = 80+117+109=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #50756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50756D is #AF8A92. Grayscale: #696969. Windows color (decimal): -11504275 or 7173456. OLE color: 7173456.
HSL color Cylindrical-coordinate representation of color #50756D: hue angle of 167.03º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50756D is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 117 | 109 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.54 |
| HSL | 167.03º | 0.19% | 0.39% | - |
| HSV(B) | 167.03º | 0.32% | 0.46% | - |
| XYZ | 12.43 | 15.53 | 16.81 | - |
| YUV | 105.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 109 | 0.32 | 0 | 0.07 | 0.54 | 167.03 | 0.19 | 0.39 |
| Hex | 50 | 75 | 6D | 20 | 0 | 7 | 36 | A7 | 13 | 27 |
| Octal | 120 | 165 | 155 | 40 | 0 | 7 | 66 | 247 | 23 | 47 |
| Binary | 1010000 | 1110101 | 1101101 | 100000 | 0 | 111 | 110110 | 10100111 | 10011 | 100111 |
Color Harmonies of #50756D
Complementary color
Monochromatic Colors of #50756D
Black with #50756D
Text Example
Text Example
White with #50756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50756D; }
p { color: rgb(80,117,109); }
H1.HeaderClassName
{
color: #50756D;
}
.AnyTagClassName
{
color: #50756D;
}
</style>
background-color css
<style>
a { background-color: #50756D; }
a { background-color: rgb(80,117,109); }
div.DivClassName
{
background-color: #50756D;
}
.BgClassName
{
background-color: #50756D;
}
</style>
border-color css
<style>
span { border-color: #50756D; }
span { border-color: rgb(80,117,109); }
td.TdClassName
{
border-color: #50756D;
}
.TagClassName
{
border-color: #50756D;
}
</style>