Shades of Dark Green Copper #4E7F74
Tints of Dark Green Copper #4E7F74
RGB
CMYK
RGB Variations
Color information
#4E7F74 (or 0x4E7F74) is known color: Dark Green Copper. HEX triplet: 4E, 7F and 74. RGB value is (78,127,116). Sum of RGB (Red+Green+Blue) = 78+127+116=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 127 - color contains mainly: green. Hex color #4E7F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7F74 is #B1808B. Grayscale: #6F6F6F. Windows color (decimal): -11632780 or 7634766. OLE color: 7634766.
HSL color Cylindrical-coordinate representation of color #4E7F74: hue angle of 166.53º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E7F74 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 127 | 116 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.50 |
| HSL | 166.53º | 0.24% | 0.4% | - |
| HSV(B) | 166.53º | 0.39% | 0.5% | - |
| XYZ | 13.88 | 18.06 | 19.28 | - |
| YUV | 111.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 127 | 116 | 0.39 | 0 | 0.09 | 0.50 | 166.53 | 0.24 | 0.4 |
| Hex | 4E | 7F | 74 | 27 | 0 | 9 | 32 | A7 | 18 | 28 |
| Octal | 116 | 177 | 164 | 47 | 0 | 11 | 62 | 247 | 30 | 50 |
| Binary | 1001110 | 1111111 | 1110100 | 100111 | 0 | 1001 | 110010 | 10100111 | 11000 | 101000 |
Color Harmonies of #4E7F74
Complementary color
Monochromatic Colors of #4E7F74
Black with #4E7F74
Text Example
Text Example
White with #4E7F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7F74; }
p { color: rgb(78,127,116); }
H1.HeaderClassName
{
color: #4E7F74;
}
.AnyTagClassName
{
color: #4E7F74;
}
</style>
background-color css
<style>
a { background-color: #4E7F74; }
a { background-color: rgb(78,127,116); }
div.DivClassName
{
background-color: #4E7F74;
}
.BgClassName
{
background-color: #4E7F74;
}
</style>
border-color css
<style>
span { border-color: #4E7F74; }
span { border-color: rgb(78,127,116); }
td.TdClassName
{
border-color: #4E7F74;
}
.TagClassName
{
border-color: #4E7F74;
}
</style>