Shades of Dark Green Copper #4C7B70
Tints of Dark Green Copper #4C7B70
RGB
CMYK
RGB Variations
Color information
#4C7B70 (or 0x4C7B70) is known color: Dark Green Copper. HEX triplet: 4C, 7B and 70. RGB value is (76,123,112). Sum of RGB (Red+Green+Blue) = 76+123+112=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7B70 is #B3848F. Grayscale: #6B6B6B. Windows color (decimal): -11764880 or 7371596. OLE color: 7371596.
HSL color Cylindrical-coordinate representation of color #4C7B70: hue angle of 165.96º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C7B70 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 123 | 112 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.52 |
| HSL | 165.96º | 0.24% | 0.39% | - |
| HSV(B) | 165.96º | 0.38% | 0.48% | - |
| XYZ | 12.99 | 16.87 | 17.9 | - |
| YUV | 107.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 112 | 0.38 | 0 | 0.09 | 0.52 | 165.96 | 0.24 | 0.39 |
| Hex | 4C | 7B | 70 | 26 | 0 | 9 | 34 | A6 | 18 | 27 |
| Octal | 114 | 173 | 160 | 46 | 0 | 11 | 64 | 246 | 30 | 47 |
| Binary | 1001100 | 1111011 | 1110000 | 100110 | 0 | 1001 | 110100 | 10100110 | 11000 | 100111 |
Color Harmonies of #4C7B70
Complementary color
Monochromatic Colors of #4C7B70
Black with #4C7B70
Text Example
Text Example
White with #4C7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7B70; }
p { color: rgb(76,123,112); }
H1.HeaderClassName
{
color: #4C7B70;
}
.AnyTagClassName
{
color: #4C7B70;
}
</style>
background-color css
<style>
a { background-color: #4C7B70; }
a { background-color: rgb(76,123,112); }
div.DivClassName
{
background-color: #4C7B70;
}
.BgClassName
{
background-color: #4C7B70;
}
</style>
border-color css
<style>
span { border-color: #4C7B70; }
span { border-color: rgb(76,123,112); }
td.TdClassName
{
border-color: #4C7B70;
}
.TagClassName
{
border-color: #4C7B70;
}
</style>