Shades of Dark Green Copper #4E7868
Tints of Dark Green Copper #4E7868
RGB
CMYK
RGB Variations
Color information
#4E7868 (or 0x4E7868) is known color: Dark Green Copper. HEX triplet: 4E, 78 and 68. RGB value is (78,120,104). Sum of RGB (Red+Green+Blue) = 78+120+104=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #4E7868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7868 is #B18797. Grayscale: #696969. Windows color (decimal): -11634584 or 6846542. OLE color: 6846542.
HSL color Cylindrical-coordinate representation of color #4E7868: hue angle of 157.14º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E7868 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 120 | 104 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.53 |
| HSL | 157.14º | 0.21% | 0.39% | - |
| HSV(B) | 157.14º | 0.35% | 0.47% | - |
| XYZ | 12.36 | 16.05 | 15.54 | - |
| YUV | 105.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 120 | 104 | 0.35 | 0 | 0.13 | 0.53 | 157.14 | 0.21 | 0.39 |
| Hex | 4E | 78 | 68 | 23 | 0 | D | 35 | 9D | 15 | 27 |
| Octal | 116 | 170 | 150 | 43 | 0 | 15 | 65 | 235 | 25 | 47 |
| Binary | 1001110 | 1111000 | 1101000 | 100011 | 0 | 1101 | 110101 | 10011101 | 10101 | 100111 |
Color Harmonies of #4E7868
Complementary color
Monochromatic Colors of #4E7868
Black with #4E7868
Text Example
Text Example
White with #4E7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7868; }
p { color: rgb(78,120,104); }
H1.HeaderClassName
{
color: #4E7868;
}
.AnyTagClassName
{
color: #4E7868;
}
</style>
background-color css
<style>
a { background-color: #4E7868; }
a { background-color: rgb(78,120,104); }
div.DivClassName
{
background-color: #4E7868;
}
.BgClassName
{
background-color: #4E7868;
}
</style>
border-color css
<style>
span { border-color: #4E7868; }
span { border-color: rgb(78,120,104); }
td.TdClassName
{
border-color: #4E7868;
}
.TagClassName
{
border-color: #4E7868;
}
</style>