Shades of Dark Green Copper #4C7870
Tints of Dark Green Copper #4C7870
RGB
CMYK
RGB Variations
Color information
#4C7870 (or 0x4C7870) is known color: Dark Green Copper. HEX triplet: 4C, 78 and 70. RGB value is (76,120,112). Sum of RGB (Red+Green+Blue) = 76+120+112=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #4C7870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7870 is #B3878F. Grayscale: #696969. Windows color (decimal): -11765648 or 7370828. OLE color: 7370828.
HSL color Cylindrical-coordinate representation of color #4C7870: hue angle of 169.09º 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 #4C7870 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 120 | 112 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.53 |
| HSL | 169.09º | 0.22% | 0.38% | - |
| HSV(B) | 169.09º | 0.37% | 0.47% | - |
| XYZ | 12.62 | 16.14 | 17.78 | - |
| YUV | 105.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 120 | 112 | 0.37 | 0 | 0.07 | 0.53 | 169.09 | 0.22 | 0.38 |
| Hex | 4C | 78 | 70 | 25 | 0 | 7 | 35 | A9 | 16 | 26 |
| Octal | 114 | 170 | 160 | 45 | 0 | 7 | 65 | 251 | 26 | 46 |
| Binary | 1001100 | 1111000 | 1110000 | 100101 | 0 | 111 | 110101 | 10101001 | 10110 | 100110 |
Color Harmonies of #4C7870
Complementary color
Monochromatic Colors of #4C7870
Black with #4C7870
Text Example
Text Example
White with #4C7870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7870; }
p { color: rgb(76,120,112); }
H1.HeaderClassName
{
color: #4C7870;
}
.AnyTagClassName
{
color: #4C7870;
}
</style>
background-color css
<style>
a { background-color: #4C7870; }
a { background-color: rgb(76,120,112); }
div.DivClassName
{
background-color: #4C7870;
}
.BgClassName
{
background-color: #4C7870;
}
</style>
border-color css
<style>
span { border-color: #4C7870; }
span { border-color: rgb(76,120,112); }
td.TdClassName
{
border-color: #4C7870;
}
.TagClassName
{
border-color: #4C7870;
}
</style>