Shades of Dark Green Copper #4F6D65
Tints of Dark Green Copper #4F6D65
RGB
CMYK
RGB Variations
Color information
#4F6D65 (or 0x4F6D65) is known color: Dark Green Copper. HEX triplet: 4F, 6D and 65. RGB value is (79,109,101). Sum of RGB (Red+Green+Blue) = 79+109+101=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #4F6D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6D65 is #B0929A. Grayscale: #636363. Windows color (decimal): -11571867 or 6647119. OLE color: 6647119.
HSL color Cylindrical-coordinate representation of color #4F6D65: hue angle of 164º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F6D65 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 109 | 101 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.57 |
| HSL | 164º | 0.16% | 0.37% | - |
| HSV(B) | 164º | 0.28% | 0.43% | - |
| XYZ | 11.04 | 13.54 | 14.34 | - |
| YUV | 99.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 109 | 101 | 0.28 | 0 | 0.07 | 0.57 | 164 | 0.16 | 0.37 |
| Hex | 4F | 6D | 65 | 1C | 0 | 7 | 39 | A4 | 10 | 25 |
| Octal | 117 | 155 | 145 | 34 | 0 | 7 | 71 | 244 | 20 | 45 |
| Binary | 1001111 | 1101101 | 1100101 | 11100 | 0 | 111 | 111001 | 10100100 | 10000 | 100101 |
Color Harmonies of #4F6D65
Complementary color
Monochromatic Colors of #4F6D65
Black with #4F6D65
Text Example
Text Example
White with #4F6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6D65; }
p { color: rgb(79,109,101); }
H1.HeaderClassName
{
color: #4F6D65;
}
.AnyTagClassName
{
color: #4F6D65;
}
</style>
background-color css
<style>
a { background-color: #4F6D65; }
a { background-color: rgb(79,109,101); }
div.DivClassName
{
background-color: #4F6D65;
}
.BgClassName
{
background-color: #4F6D65;
}
</style>
border-color css
<style>
span { border-color: #4F6D65; }
span { border-color: rgb(79,109,101); }
td.TdClassName
{
border-color: #4F6D65;
}
.TagClassName
{
border-color: #4F6D65;
}
</style>