Shades of Dark Green Copper #4E7B6D
Tints of Dark Green Copper #4E7B6D
RGB
CMYK
RGB Variations
Color information
#4E7B6D (or 0x4E7B6D) is known color: Dark Green Copper. HEX triplet: 4E, 7B and 6D. RGB value is (78,123,109). Sum of RGB (Red+Green+Blue) = 78+123+109=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 123 - color contains mainly: green. Hex color #4E7B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7B6D is #B18492. Grayscale: #6B6B6B. Windows color (decimal): -11633811 or 7174990. OLE color: 7174990.
HSL color Cylindrical-coordinate representation of color #4E7B6D: hue angle of 161.33º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E7B6D is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 123 | 109 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.52 |
| HSL | 161.33º | 0.22% | 0.39% | - |
| HSV(B) | 161.33º | 0.37% | 0.48% | - |
| XYZ | 12.99 | 16.89 | 17.04 | - |
| YUV | 107.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 123 | 109 | 0.37 | 0 | 0.11 | 0.52 | 161.33 | 0.22 | 0.39 |
| Hex | 4E | 7B | 6D | 25 | 0 | B | 34 | A1 | 16 | 27 |
| Octal | 116 | 173 | 155 | 45 | 0 | 13 | 64 | 241 | 26 | 47 |
| Binary | 1001110 | 1111011 | 1101101 | 100101 | 0 | 1011 | 110100 | 10100001 | 10110 | 100111 |
Color Harmonies of #4E7B6D
Complementary color
Monochromatic Colors of #4E7B6D
Black with #4E7B6D
Text Example
Text Example
White with #4E7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7B6D; }
p { color: rgb(78,123,109); }
H1.HeaderClassName
{
color: #4E7B6D;
}
.AnyTagClassName
{
color: #4E7B6D;
}
</style>
background-color css
<style>
a { background-color: #4E7B6D; }
a { background-color: rgb(78,123,109); }
div.DivClassName
{
background-color: #4E7B6D;
}
.BgClassName
{
background-color: #4E7B6D;
}
</style>
border-color css
<style>
span { border-color: #4E7B6D; }
span { border-color: rgb(78,123,109); }
td.TdClassName
{
border-color: #4E7B6D;
}
.TagClassName
{
border-color: #4E7B6D;
}
</style>