Shades of Dark Green Copper #4E766D
Tints of Dark Green Copper #4E766D
RGB
CMYK
RGB Variations
Color information
#4E766D (or 0x4E766D) is known color: Dark Green Copper. HEX triplet: 4E, 76 and 6D. RGB value is (78,118,109). Sum of RGB (Red+Green+Blue) = 78+118+109=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #4E766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E766D is #B18992. Grayscale: #696969. Windows color (decimal): -11635091 or 7173710. OLE color: 7173710.
HSL color Cylindrical-coordinate representation of color #4E766D: hue angle of 166.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E766D is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 118 | 109 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.54 |
| HSL | 166.5º | 0.2% | 0.38% | - |
| HSV(B) | 166.5º | 0.34% | 0.46% | - |
| XYZ | 12.38 | 15.68 | 16.84 | - |
| YUV | 105.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 109 | 0.34 | 0 | 0.08 | 0.54 | 166.5 | 0.2 | 0.38 |
| Hex | 4E | 76 | 6D | 22 | 0 | 8 | 36 | A6 | 14 | 26 |
| Octal | 116 | 166 | 155 | 42 | 0 | 10 | 66 | 246 | 24 | 46 |
| Binary | 1001110 | 1110110 | 1101101 | 100010 | 0 | 1000 | 110110 | 10100110 | 10100 | 100110 |
Color Harmonies of #4E766D
Complementary color
Monochromatic Colors of #4E766D
Black with #4E766D
Text Example
Text Example
White with #4E766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E766D; }
p { color: rgb(78,118,109); }
H1.HeaderClassName
{
color: #4E766D;
}
.AnyTagClassName
{
color: #4E766D;
}
</style>
background-color css
<style>
a { background-color: #4E766D; }
a { background-color: rgb(78,118,109); }
div.DivClassName
{
background-color: #4E766D;
}
.BgClassName
{
background-color: #4E766D;
}
</style>
border-color css
<style>
span { border-color: #4E766D; }
span { border-color: rgb(78,118,109); }
td.TdClassName
{
border-color: #4E766D;
}
.TagClassName
{
border-color: #4E766D;
}
</style>