Shades of Dark Green Copper #4F7C74
Tints of Dark Green Copper #4F7C74
RGB
CMYK
RGB Variations
Color information
#4F7C74 (or 0x4F7C74) is known color: Dark Green Copper. HEX triplet: 4F, 7C and 74. RGB value is (79,124,116). Sum of RGB (Red+Green+Blue) = 79+124+116=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7C74 is #B0838B. Grayscale: #6D6D6D. Windows color (decimal): -11568012 or 7633999. OLE color: 7633999.
HSL color Cylindrical-coordinate representation of color #4F7C74: hue angle of 169.33º 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 #4F7C74 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 124 | 116 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.51 |
| HSL | 169.33º | 0.22% | 0.4% | - |
| HSV(B) | 169.33º | 0.36% | 0.49% | - |
| XYZ | 13.58 | 17.34 | 19.15 | - |
| YUV | 109.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 116 | 0.36 | 0 | 0.06 | 0.51 | 169.33 | 0.22 | 0.4 |
| Hex | 4F | 7C | 74 | 24 | 0 | 6 | 33 | A9 | 16 | 28 |
| Octal | 117 | 174 | 164 | 44 | 0 | 6 | 63 | 251 | 26 | 50 |
| Binary | 1001111 | 1111100 | 1110100 | 100100 | 0 | 110 | 110011 | 10101001 | 10110 | 101000 |
Color Harmonies of #4F7C74
Complementary color
Monochromatic Colors of #4F7C74
Black with #4F7C74
Text Example
Text Example
White with #4F7C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7C74; }
p { color: rgb(79,124,116); }
H1.HeaderClassName
{
color: #4F7C74;
}
.AnyTagClassName
{
color: #4F7C74;
}
</style>
background-color css
<style>
a { background-color: #4F7C74; }
a { background-color: rgb(79,124,116); }
div.DivClassName
{
background-color: #4F7C74;
}
.BgClassName
{
background-color: #4F7C74;
}
</style>
border-color css
<style>
span { border-color: #4F7C74; }
span { border-color: rgb(79,124,116); }
td.TdClassName
{
border-color: #4F7C74;
}
.TagClassName
{
border-color: #4F7C74;
}
</style>