Shades of Dark Green Copper #4D7668
Tints of Dark Green Copper #4D7668
RGB
CMYK
RGB Variations
Color information
#4D7668 (or 0x4D7668) is known color: Dark Green Copper. HEX triplet: 4D, 76 and 68. RGB value is (77,118,104). Sum of RGB (Red+Green+Blue) = 77+118+104=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #4D7668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7668 is #B28997. Grayscale: #686868. Windows color (decimal): -11700632 or 6846029. OLE color: 6846029.
HSL color Cylindrical-coordinate representation of color #4D7668: hue angle of 159.51º 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 #4D7668 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 104 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.54 |
| HSL | 159.51º | 0.21% | 0.38% | - |
| HSV(B) | 159.51º | 0.35% | 0.46% | - |
| XYZ | 12.04 | 15.53 | 15.46 | - |
| YUV | 104.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 104 | 0.35 | 0 | 0.12 | 0.54 | 159.51 | 0.21 | 0.38 |
| Hex | 4D | 76 | 68 | 23 | 0 | C | 36 | A0 | 15 | 26 |
| Octal | 115 | 166 | 150 | 43 | 0 | 14 | 66 | 240 | 25 | 46 |
| Binary | 1001101 | 1110110 | 1101000 | 100011 | 0 | 1100 | 110110 | 10100000 | 10101 | 100110 |
Color Harmonies of #4D7668
Complementary color
Monochromatic Colors of #4D7668
Black with #4D7668
Text Example
Text Example
White with #4D7668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7668; }
p { color: rgb(77,118,104); }
H1.HeaderClassName
{
color: #4D7668;
}
.AnyTagClassName
{
color: #4D7668;
}
</style>
background-color css
<style>
a { background-color: #4D7668; }
a { background-color: rgb(77,118,104); }
div.DivClassName
{
background-color: #4D7668;
}
.BgClassName
{
background-color: #4D7668;
}
</style>
border-color css
<style>
span { border-color: #4D7668; }
span { border-color: rgb(77,118,104); }
td.TdClassName
{
border-color: #4D7668;
}
.TagClassName
{
border-color: #4D7668;
}
</style>