Shades of Dark Green Copper #4D7C6D
Tints of Dark Green Copper #4D7C6D
RGB
CMYK
RGB Variations
Color information
#4D7C6D (or 0x4D7C6D) is known color: Dark Green Copper. HEX triplet: 4D, 7C and 6D. RGB value is (77,124,109). Sum of RGB (Red+Green+Blue) = 77+124+109=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #4D7C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7C6D is #B28392. Grayscale: #6C6C6C. Windows color (decimal): -11699091 or 7175245. OLE color: 7175245.
HSL color Cylindrical-coordinate representation of color #4D7C6D: hue angle of 160.85º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D7C6D is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 124 | 109 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.51 |
| HSL | 160.85º | 0.23% | 0.39% | - |
| HSV(B) | 160.85º | 0.38% | 0.49% | - |
| XYZ | 13.03 | 17.1 | 17.08 | - |
| YUV | 108.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 124 | 109 | 0.38 | 0 | 0.12 | 0.51 | 160.85 | 0.23 | 0.39 |
| Hex | 4D | 7C | 6D | 26 | 0 | C | 33 | A1 | 17 | 27 |
| Octal | 115 | 174 | 155 | 46 | 0 | 14 | 63 | 241 | 27 | 47 |
| Binary | 1001101 | 1111100 | 1101101 | 100110 | 0 | 1100 | 110011 | 10100001 | 10111 | 100111 |
Color Harmonies of #4D7C6D
Complementary color
Monochromatic Colors of #4D7C6D
Black with #4D7C6D
Text Example
Text Example
White with #4D7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7C6D; }
p { color: rgb(77,124,109); }
H1.HeaderClassName
{
color: #4D7C6D;
}
.AnyTagClassName
{
color: #4D7C6D;
}
</style>
background-color css
<style>
a { background-color: #4D7C6D; }
a { background-color: rgb(77,124,109); }
div.DivClassName
{
background-color: #4D7C6D;
}
.BgClassName
{
background-color: #4D7C6D;
}
</style>
border-color css
<style>
span { border-color: #4D7C6D; }
span { border-color: rgb(77,124,109); }
td.TdClassName
{
border-color: #4D7C6D;
}
.TagClassName
{
border-color: #4D7C6D;
}
</style>