Shades of Dark Green Copper #4E786C
Tints of Dark Green Copper #4E786C
RGB
CMYK
RGB Variations
Color information
#4E786C (or 0x4E786C) is known color: Dark Green Copper. HEX triplet: 4E, 78 and 6C. RGB value is (78,120,108). Sum of RGB (Red+Green+Blue) = 78+120+108=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #4E786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E786C is #B18793. Grayscale: #6A6A6A. Windows color (decimal): -11634580 or 7108686. OLE color: 7108686.
HSL color Cylindrical-coordinate representation of color #4E786C: hue angle of 162.86º 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 #4E786C is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 120 | 108 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.53 |
| HSL | 162.86º | 0.21% | 0.39% | - |
| HSV(B) | 162.86º | 0.35% | 0.47% | - |
| XYZ | 12.57 | 16.14 | 16.64 | - |
| YUV | 106.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 120 | 108 | 0.35 | 0 | 0.10 | 0.53 | 162.86 | 0.21 | 0.39 |
| Hex | 4E | 78 | 6C | 23 | 0 | A | 35 | A3 | 15 | 27 |
| Octal | 116 | 170 | 154 | 43 | 0 | 12 | 65 | 243 | 25 | 47 |
| Binary | 1001110 | 1111000 | 1101100 | 100011 | 0 | 1010 | 110101 | 10100011 | 10101 | 100111 |
Color Harmonies of #4E786C
Complementary color
Monochromatic Colors of #4E786C
Black with #4E786C
Text Example
Text Example
White with #4E786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E786C; }
p { color: rgb(78,120,108); }
H1.HeaderClassName
{
color: #4E786C;
}
.AnyTagClassName
{
color: #4E786C;
}
</style>
background-color css
<style>
a { background-color: #4E786C; }
a { background-color: rgb(78,120,108); }
div.DivClassName
{
background-color: #4E786C;
}
.BgClassName
{
background-color: #4E786C;
}
</style>
border-color css
<style>
span { border-color: #4E786C; }
span { border-color: rgb(78,120,108); }
td.TdClassName
{
border-color: #4E786C;
}
.TagClassName
{
border-color: #4E786C;
}
</style>