Shades of Dark Green Copper #4D766D
Tints of Dark Green Copper #4D766D
RGB
CMYK
RGB Variations
Color information
#4D766D (or 0x4D766D) is known color: Dark Green Copper. HEX triplet: 4D, 76 and 6D. RGB value is (77,118,109). Sum of RGB (Red+Green+Blue) = 77+118+109=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #4D766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D766D is #B28992. Grayscale: #686868. Windows color (decimal): -11700627 or 7173709. OLE color: 7173709.
HSL color Cylindrical-coordinate representation of color #4D766D: hue angle of 166.83º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D766D is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 109 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.54 |
| HSL | 166.83º | 0.21% | 0.38% | - |
| HSV(B) | 166.83º | 0.35% | 0.46% | - |
| XYZ | 12.3 | 15.64 | 16.84 | - |
| YUV | 104.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 109 | 0.35 | 0 | 0.08 | 0.54 | 166.83 | 0.21 | 0.38 |
| Hex | 4D | 76 | 6D | 23 | 0 | 8 | 36 | A7 | 15 | 26 |
| Octal | 115 | 166 | 155 | 43 | 0 | 10 | 66 | 247 | 25 | 46 |
| Binary | 1001101 | 1110110 | 1101101 | 100011 | 0 | 1000 | 110110 | 10100111 | 10101 | 100110 |
Color Harmonies of #4D766D
Complementary color
Monochromatic Colors of #4D766D
Black with #4D766D
Text Example
Text Example
White with #4D766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D766D; }
p { color: rgb(77,118,109); }
H1.HeaderClassName
{
color: #4D766D;
}
.AnyTagClassName
{
color: #4D766D;
}
</style>
background-color css
<style>
a { background-color: #4D766D; }
a { background-color: rgb(77,118,109); }
div.DivClassName
{
background-color: #4D766D;
}
.BgClassName
{
background-color: #4D766D;
}
</style>
border-color css
<style>
span { border-color: #4D766D; }
span { border-color: rgb(77,118,109); }
td.TdClassName
{
border-color: #4D766D;
}
.TagClassName
{
border-color: #4D766D;
}
</style>