Shades of Dark Green Copper #50756B
Tints of Dark Green Copper #50756B
RGB
CMYK
RGB Variations
Color information
#50756B (or 0x50756B) is known color: Dark Green Copper. HEX triplet: 50, 75 and 6B. RGB value is (80,117,107). Sum of RGB (Red+Green+Blue) = 80+117+107=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #50756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50756B is #AF8A94. Grayscale: #686868. Windows color (decimal): -11504277 or 7042384. OLE color: 7042384.
HSL color Cylindrical-coordinate representation of color #50756B: hue angle of 163.78º 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 #50756B is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 117 | 107 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.54 |
| HSL | 163.78º | 0.19% | 0.39% | - |
| HSV(B) | 163.78º | 0.32% | 0.46% | - |
| XYZ | 12.32 | 15.49 | 16.25 | - |
| YUV | 104.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 107 | 0.32 | 0 | 0.09 | 0.54 | 163.78 | 0.19 | 0.39 |
| Hex | 50 | 75 | 6B | 20 | 0 | 9 | 36 | A4 | 13 | 27 |
| Octal | 120 | 165 | 153 | 40 | 0 | 11 | 66 | 244 | 23 | 47 |
| Binary | 1010000 | 1110101 | 1101011 | 100000 | 0 | 1001 | 110110 | 10100100 | 10011 | 100111 |
Color Harmonies of #50756B
Complementary color
Monochromatic Colors of #50756B
Black with #50756B
Text Example
Text Example
White with #50756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50756B; }
p { color: rgb(80,117,107); }
H1.HeaderClassName
{
color: #50756B;
}
.AnyTagClassName
{
color: #50756B;
}
</style>
background-color css
<style>
a { background-color: #50756B; }
a { background-color: rgb(80,117,107); }
div.DivClassName
{
background-color: #50756B;
}
.BgClassName
{
background-color: #50756B;
}
</style>
border-color css
<style>
span { border-color: #50756B; }
span { border-color: rgb(80,117,107); }
td.TdClassName
{
border-color: #50756B;
}
.TagClassName
{
border-color: #50756B;
}
</style>