Shades of Dark Green Copper #4E786D
Tints of Dark Green Copper #4E786D
RGB
CMYK
RGB Variations
Color information
#4E786D (or 0x4E786D) is known color: Dark Green Copper. HEX triplet: 4E, 78 and 6D. RGB value is (78,120,109). Sum of RGB (Red+Green+Blue) = 78+120+109=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #4E786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E786D is #B18792. Grayscale: #6A6A6A. Windows color (decimal): -11634579 or 7174222. OLE color: 7174222.
HSL color Cylindrical-coordinate representation of color #4E786D: hue angle of 164.29º 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 #4E786D is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 120 | 109 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.53 |
| HSL | 164.29º | 0.21% | 0.39% | - |
| HSV(B) | 164.29º | 0.35% | 0.47% | - |
| XYZ | 12.62 | 16.16 | 16.92 | - |
| YUV | 106.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 120 | 109 | 0.35 | 0 | 0.09 | 0.53 | 164.29 | 0.21 | 0.39 |
| Hex | 4E | 78 | 6D | 23 | 0 | 9 | 35 | A4 | 15 | 27 |
| Octal | 116 | 170 | 155 | 43 | 0 | 11 | 65 | 244 | 25 | 47 |
| Binary | 1001110 | 1111000 | 1101101 | 100011 | 0 | 1001 | 110101 | 10100100 | 10101 | 100111 |
Color Harmonies of #4E786D
Complementary color
Monochromatic Colors of #4E786D
Black with #4E786D
Text Example
Text Example
White with #4E786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E786D; }
p { color: rgb(78,120,109); }
H1.HeaderClassName
{
color: #4E786D;
}
.AnyTagClassName
{
color: #4E786D;
}
</style>
background-color css
<style>
a { background-color: #4E786D; }
a { background-color: rgb(78,120,109); }
div.DivClassName
{
background-color: #4E786D;
}
.BgClassName
{
background-color: #4E786D;
}
</style>
border-color css
<style>
span { border-color: #4E786D; }
span { border-color: rgb(78,120,109); }
td.TdClassName
{
border-color: #4E786D;
}
.TagClassName
{
border-color: #4E786D;
}
</style>