Shades of Dark Green Copper #4C786A
Tints of Dark Green Copper #4C786A
RGB
CMYK
RGB Variations
Color information
#4C786A (or 0x4C786A) is known color: Dark Green Copper. HEX triplet: 4C, 78 and 6A. RGB value is (76,120,106). Sum of RGB (Red+Green+Blue) = 76+120+106=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #4C786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C786A is #B38795. Grayscale: #696969. Windows color (decimal): -11765654 or 6977612. OLE color: 6977612.
HSL color Cylindrical-coordinate representation of color #4C786A: hue angle of 160.91º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C786A is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 120 | 106 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.53 |
| HSL | 160.91º | 0.22% | 0.38% | - |
| HSV(B) | 160.91º | 0.37% | 0.47% | - |
| XYZ | 12.3 | 16.01 | 16.08 | - |
| YUV | 105.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 120 | 106 | 0.37 | 0 | 0.12 | 0.53 | 160.91 | 0.22 | 0.38 |
| Hex | 4C | 78 | 6A | 25 | 0 | C | 35 | A1 | 16 | 26 |
| Octal | 114 | 170 | 152 | 45 | 0 | 14 | 65 | 241 | 26 | 46 |
| Binary | 1001100 | 1111000 | 1101010 | 100101 | 0 | 1100 | 110101 | 10100001 | 10110 | 100110 |
Color Harmonies of #4C786A
Complementary color
Monochromatic Colors of #4C786A
Black with #4C786A
Text Example
Text Example
White with #4C786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C786A; }
p { color: rgb(76,120,106); }
H1.HeaderClassName
{
color: #4C786A;
}
.AnyTagClassName
{
color: #4C786A;
}
</style>
background-color css
<style>
a { background-color: #4C786A; }
a { background-color: rgb(76,120,106); }
div.DivClassName
{
background-color: #4C786A;
}
.BgClassName
{
background-color: #4C786A;
}
</style>
border-color css
<style>
span { border-color: #4C786A; }
span { border-color: rgb(76,120,106); }
td.TdClassName
{
border-color: #4C786A;
}
.TagClassName
{
border-color: #4C786A;
}
</style>