Shades of Dark Green Copper #4E7A6D
Tints of Dark Green Copper #4E7A6D
RGB
CMYK
RGB Variations
Color information
#4E7A6D (or 0x4E7A6D) is known color: Dark Green Copper. HEX triplet: 4E, 7A and 6D. RGB value is (78,122,109). Sum of RGB (Red+Green+Blue) = 78+122+109=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #4E7A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7A6D is #B18592. Grayscale: #6B6B6B. Windows color (decimal): -11634067 or 7174734. OLE color: 7174734.
HSL color Cylindrical-coordinate representation of color #4E7A6D: hue angle of 162.27º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E7A6D is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 122 | 109 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.52 |
| HSL | 162.27º | 0.22% | 0.39% | - |
| HSV(B) | 162.27º | 0.36% | 0.48% | - |
| XYZ | 12.86 | 16.64 | 17 | - |
| YUV | 107.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 122 | 109 | 0.36 | 0 | 0.11 | 0.52 | 162.27 | 0.22 | 0.39 |
| Hex | 4E | 7A | 6D | 24 | 0 | B | 34 | A2 | 16 | 27 |
| Octal | 116 | 172 | 155 | 44 | 0 | 13 | 64 | 242 | 26 | 47 |
| Binary | 1001110 | 1111010 | 1101101 | 100100 | 0 | 1011 | 110100 | 10100010 | 10110 | 100111 |
Color Harmonies of #4E7A6D
Complementary color
Monochromatic Colors of #4E7A6D
Black with #4E7A6D
Text Example
Text Example
White with #4E7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7A6D; }
p { color: rgb(78,122,109); }
H1.HeaderClassName
{
color: #4E7A6D;
}
.AnyTagClassName
{
color: #4E7A6D;
}
</style>
background-color css
<style>
a { background-color: #4E7A6D; }
a { background-color: rgb(78,122,109); }
div.DivClassName
{
background-color: #4E7A6D;
}
.BgClassName
{
background-color: #4E7A6D;
}
</style>
border-color css
<style>
span { border-color: #4E7A6D; }
span { border-color: rgb(78,122,109); }
td.TdClassName
{
border-color: #4E7A6D;
}
.TagClassName
{
border-color: #4E7A6D;
}
</style>