Shades of Dark Green Copper #4E7C6E
Tints of Dark Green Copper #4E7C6E
RGB
CMYK
RGB Variations
Color information
#4E7C6E (or 0x4E7C6E) is known color: Dark Green Copper. HEX triplet: 4E, 7C and 6E. RGB value is (78,124,110). Sum of RGB (Red+Green+Blue) = 78+124+110=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #4E7C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7C6E is #B18391. Grayscale: #6C6C6C. Windows color (decimal): -11633554 or 7240782. OLE color: 7240782.
HSL color Cylindrical-coordinate representation of color #4E7C6E: hue angle of 161.74º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E7C6E is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 124 | 110 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.51 |
| HSL | 161.74º | 0.23% | 0.4% | - |
| HSV(B) | 161.74º | 0.37% | 0.49% | - |
| XYZ | 13.16 | 17.16 | 17.37 | - |
| YUV | 108.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 110 | 0.37 | 0 | 0.11 | 0.51 | 161.74 | 0.23 | 0.4 |
| Hex | 4E | 7C | 6E | 25 | 0 | B | 33 | A2 | 17 | 28 |
| Octal | 116 | 174 | 156 | 45 | 0 | 13 | 63 | 242 | 27 | 50 |
| Binary | 1001110 | 1111100 | 1101110 | 100101 | 0 | 1011 | 110011 | 10100010 | 10111 | 101000 |
Color Harmonies of #4E7C6E
Complementary color
Monochromatic Colors of #4E7C6E
Black with #4E7C6E
Text Example
Text Example
White with #4E7C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7C6E; }
p { color: rgb(78,124,110); }
H1.HeaderClassName
{
color: #4E7C6E;
}
.AnyTagClassName
{
color: #4E7C6E;
}
</style>
background-color css
<style>
a { background-color: #4E7C6E; }
a { background-color: rgb(78,124,110); }
div.DivClassName
{
background-color: #4E7C6E;
}
.BgClassName
{
background-color: #4E7C6E;
}
</style>
border-color css
<style>
span { border-color: #4E7C6E; }
span { border-color: rgb(78,124,110); }
td.TdClassName
{
border-color: #4E7C6E;
}
.TagClassName
{
border-color: #4E7C6E;
}
</style>