Shades of Dark Green Copper #4F7D73
Tints of Dark Green Copper #4F7D73
RGB
CMYK
RGB Variations
Color information
#4F7D73 (or 0x4F7D73) is known color: Dark Green Copper. HEX triplet: 4F, 7D and 73. RGB value is (79,125,115). Sum of RGB (Red+Green+Blue) = 79+125+115=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 125 - color contains mainly: green. Hex color #4F7D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7D73 is #B0828C. Grayscale: #6E6E6E. Windows color (decimal): -11567757 or 7568719. OLE color: 7568719.
HSL color Cylindrical-coordinate representation of color #4F7D73: hue angle of 166.96º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F7D73 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 125 | 115 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.51 |
| HSL | 166.96º | 0.23% | 0.4% | - |
| HSV(B) | 166.96º | 0.37% | 0.49% | - |
| XYZ | 13.65 | 17.57 | 18.89 | - |
| YUV | 110.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 125 | 115 | 0.37 | 0 | 0.08 | 0.51 | 166.96 | 0.23 | 0.4 |
| Hex | 4F | 7D | 73 | 25 | 0 | 8 | 33 | A7 | 17 | 28 |
| Octal | 117 | 175 | 163 | 45 | 0 | 10 | 63 | 247 | 27 | 50 |
| Binary | 1001111 | 1111101 | 1110011 | 100101 | 0 | 1000 | 110011 | 10100111 | 10111 | 101000 |
Color Harmonies of #4F7D73
Complementary color
Monochromatic Colors of #4F7D73
Black with #4F7D73
Text Example
Text Example
White with #4F7D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7D73; }
p { color: rgb(79,125,115); }
H1.HeaderClassName
{
color: #4F7D73;
}
.AnyTagClassName
{
color: #4F7D73;
}
</style>
background-color css
<style>
a { background-color: #4F7D73; }
a { background-color: rgb(79,125,115); }
div.DivClassName
{
background-color: #4F7D73;
}
.BgClassName
{
background-color: #4F7D73;
}
</style>
border-color css
<style>
span { border-color: #4F7D73; }
span { border-color: rgb(79,125,115); }
td.TdClassName
{
border-color: #4F7D73;
}
.TagClassName
{
border-color: #4F7D73;
}
</style>