Shades of Dark Green Copper #4C7D6F
Tints of Dark Green Copper #4C7D6F
RGB
CMYK
RGB Variations
Color information
#4C7D6F (or 0x4C7D6F) is known color: Dark Green Copper. HEX triplet: 4C, 7D and 6F. RGB value is (76,125,111). Sum of RGB (Red+Green+Blue) = 76+125+111=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 125 - color contains mainly: green. Hex color #4C7D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7D6F is #B38290. Grayscale: #6C6C6C. Windows color (decimal): -11764369 or 7306572. OLE color: 7306572.
HSL color Cylindrical-coordinate representation of color #4C7D6F: hue angle of 162.86º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C7D6F is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 125 | 111 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.51 |
| HSL | 162.86º | 0.24% | 0.39% | - |
| HSV(B) | 162.86º | 0.39% | 0.49% | - |
| XYZ | 13.18 | 17.35 | 17.69 | - |
| YUV | 108.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 125 | 111 | 0.39 | 0 | 0.11 | 0.51 | 162.86 | 0.24 | 0.39 |
| Hex | 4C | 7D | 6F | 27 | 0 | B | 33 | A3 | 18 | 27 |
| Octal | 114 | 175 | 157 | 47 | 0 | 13 | 63 | 243 | 30 | 47 |
| Binary | 1001100 | 1111101 | 1101111 | 100111 | 0 | 1011 | 110011 | 10100011 | 11000 | 100111 |
Color Harmonies of #4C7D6F
Complementary color
Monochromatic Colors of #4C7D6F
Black with #4C7D6F
Text Example
Text Example
White with #4C7D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7D6F; }
p { color: rgb(76,125,111); }
H1.HeaderClassName
{
color: #4C7D6F;
}
.AnyTagClassName
{
color: #4C7D6F;
}
</style>
background-color css
<style>
a { background-color: #4C7D6F; }
a { background-color: rgb(76,125,111); }
div.DivClassName
{
background-color: #4C7D6F;
}
.BgClassName
{
background-color: #4C7D6F;
}
</style>
border-color css
<style>
span { border-color: #4C7D6F; }
span { border-color: rgb(76,125,111); }
td.TdClassName
{
border-color: #4C7D6F;
}
.TagClassName
{
border-color: #4C7D6F;
}
</style>