Shades of Dark Green Copper #4E756D
Tints of Dark Green Copper #4E756D
RGB
CMYK
RGB Variations
Color information
#4E756D (or 0x4E756D) is known color: Dark Green Copper. HEX triplet: 4E, 75 and 6D. RGB value is (78,117,109). Sum of RGB (Red+Green+Blue) = 78+117+109=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #4E756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E756D is #B18A92. Grayscale: #686868. Windows color (decimal): -11635347 or 7173454. OLE color: 7173454.
HSL color Cylindrical-coordinate representation of color #4E756D: hue angle of 167.69º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E756D is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 117 | 109 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.54 |
| HSL | 167.69º | 0.2% | 0.38% | - |
| HSV(B) | 167.69º | 0.33% | 0.46% | - |
| XYZ | 12.26 | 15.45 | 16.8 | - |
| YUV | 104.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 117 | 109 | 0.33 | 0 | 0.07 | 0.54 | 167.69 | 0.2 | 0.38 |
| Hex | 4E | 75 | 6D | 21 | 0 | 7 | 36 | A8 | 14 | 26 |
| Octal | 116 | 165 | 155 | 41 | 0 | 7 | 66 | 250 | 24 | 46 |
| Binary | 1001110 | 1110101 | 1101101 | 100001 | 0 | 111 | 110110 | 10101000 | 10100 | 100110 |
Color Harmonies of #4E756D
Complementary color
Monochromatic Colors of #4E756D
Black with #4E756D
Text Example
Text Example
White with #4E756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E756D; }
p { color: rgb(78,117,109); }
H1.HeaderClassName
{
color: #4E756D;
}
.AnyTagClassName
{
color: #4E756D;
}
</style>
background-color css
<style>
a { background-color: #4E756D; }
a { background-color: rgb(78,117,109); }
div.DivClassName
{
background-color: #4E756D;
}
.BgClassName
{
background-color: #4E756D;
}
</style>
border-color css
<style>
span { border-color: #4E756D; }
span { border-color: rgb(78,117,109); }
td.TdClassName
{
border-color: #4E756D;
}
.TagClassName
{
border-color: #4E756D;
}
</style>