Shades of Dark Green Copper #4F7C70
Tints of Dark Green Copper #4F7C70
RGB
CMYK
RGB Variations
Color information
#4F7C70 (or 0x4F7C70) is known color: Dark Green Copper. HEX triplet: 4F, 7C and 70. RGB value is (79,124,112). Sum of RGB (Red+Green+Blue) = 79+124+112=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7C70 is #B0838F. Grayscale: #6D6D6D. Windows color (decimal): -11568016 or 7371855. OLE color: 7371855.
HSL color Cylindrical-coordinate representation of color #4F7C70: hue angle of 164º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F7C70 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 124 | 112 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.51 |
| HSL | 164º | 0.22% | 0.4% | - |
| HSV(B) | 164º | 0.36% | 0.49% | - |
| XYZ | 13.36 | 17.25 | 17.95 | - |
| YUV | 109.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 112 | 0.36 | 0 | 0.10 | 0.51 | 164 | 0.22 | 0.4 |
| Hex | 4F | 7C | 70 | 24 | 0 | A | 33 | A4 | 16 | 28 |
| Octal | 117 | 174 | 160 | 44 | 0 | 12 | 63 | 244 | 26 | 50 |
| Binary | 1001111 | 1111100 | 1110000 | 100100 | 0 | 1010 | 110011 | 10100100 | 10110 | 101000 |
Color Harmonies of #4F7C70
Complementary color
Monochromatic Colors of #4F7C70
Black with #4F7C70
Text Example
Text Example
White with #4F7C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7C70; }
p { color: rgb(79,124,112); }
H1.HeaderClassName
{
color: #4F7C70;
}
.AnyTagClassName
{
color: #4F7C70;
}
</style>
background-color css
<style>
a { background-color: #4F7C70; }
a { background-color: rgb(79,124,112); }
div.DivClassName
{
background-color: #4F7C70;
}
.BgClassName
{
background-color: #4F7C70;
}
</style>
border-color css
<style>
span { border-color: #4F7C70; }
span { border-color: rgb(79,124,112); }
td.TdClassName
{
border-color: #4F7C70;
}
.TagClassName
{
border-color: #4F7C70;
}
</style>