Shades of Dark Green Copper #4D766F
Tints of Dark Green Copper #4D766F
RGB
CMYK
RGB Variations
Color information
#4D766F (or 0x4D766F) is known color: Dark Green Copper. HEX triplet: 4D, 76 and 6F. RGB value is (77,118,111). Sum of RGB (Red+Green+Blue) = 77+118+111=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #4D766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D766F is #B28990. Grayscale: #686868. Windows color (decimal): -11700625 or 7304781. OLE color: 7304781.
HSL color Cylindrical-coordinate representation of color #4D766F: hue angle of 169.76º 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 #4D766F is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 111 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.54 |
| HSL | 169.76º | 0.21% | 0.38% | - |
| HSV(B) | 169.76º | 0.35% | 0.46% | - |
| XYZ | 12.41 | 15.68 | 17.41 | - |
| YUV | 104.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 111 | 0.35 | 0 | 0.06 | 0.54 | 169.76 | 0.21 | 0.38 |
| Hex | 4D | 76 | 6F | 23 | 0 | 6 | 36 | AA | 15 | 26 |
| Octal | 115 | 166 | 157 | 43 | 0 | 6 | 66 | 252 | 25 | 46 |
| Binary | 1001101 | 1110110 | 1101111 | 100011 | 0 | 110 | 110110 | 10101010 | 10101 | 100110 |
Color Harmonies of #4D766F
Complementary color
Monochromatic Colors of #4D766F
Black with #4D766F
Text Example
Text Example
White with #4D766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D766F; }
p { color: rgb(77,118,111); }
H1.HeaderClassName
{
color: #4D766F;
}
.AnyTagClassName
{
color: #4D766F;
}
</style>
background-color css
<style>
a { background-color: #4D766F; }
a { background-color: rgb(77,118,111); }
div.DivClassName
{
background-color: #4D766F;
}
.BgClassName
{
background-color: #4D766F;
}
</style>
border-color css
<style>
span { border-color: #4D766F; }
span { border-color: rgb(77,118,111); }
td.TdClassName
{
border-color: #4D766F;
}
.TagClassName
{
border-color: #4D766F;
}
</style>