Shades of Dark Green Copper #4F6E63
Tints of Dark Green Copper #4F6E63
RGB
CMYK
RGB Variations
Color information
#4F6E63 (or 0x4F6E63) is known color: Dark Green Copper. HEX triplet: 4F, 6E and 63. RGB value is (79,110,99). Sum of RGB (Red+Green+Blue) = 79+110+99=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 110 - color contains mainly: green. Hex color #4F6E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6E63 is #B0919C. Grayscale: #636363. Windows color (decimal): -11571613 or 6516303. OLE color: 6516303.
HSL color Cylindrical-coordinate representation of color #4F6E63: hue angle of 158.71º 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 #4F6E63 is Cyan = 0.28, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 110 | 99 | - |
| CMYK | 0.28 | 0 | 0.1 | 0.57 |
| HSL | 158.71º | 0.16% | 0.37% | - |
| HSV(B) | 158.71º | 0.28% | 0.43% | - |
| XYZ | 11.05 | 13.71 | 13.87 | - |
| YUV | 99.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 99 | 0.28 | 0 | 0.1 | 0.57 | 158.71 | 0.16 | 0.37 |
| Hex | 4F | 6E | 63 | 1C | 0 | A | 39 | 9F | 10 | 25 |
| Octal | 117 | 156 | 143 | 34 | 0 | 12 | 71 | 237 | 20 | 45 |
| Binary | 1001111 | 1101110 | 1100011 | 11100 | 0 | 1010 | 111001 | 10011111 | 10000 | 100101 |
Color Harmonies of #4F6E63
Complementary color
Monochromatic Colors of #4F6E63
Black with #4F6E63
Text Example
Text Example
White with #4F6E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6E63; }
p { color: rgb(79,110,99); }
H1.HeaderClassName
{
color: #4F6E63;
}
.AnyTagClassName
{
color: #4F6E63;
}
</style>
background-color css
<style>
a { background-color: #4F6E63; }
a { background-color: rgb(79,110,99); }
div.DivClassName
{
background-color: #4F6E63;
}
.BgClassName
{
background-color: #4F6E63;
}
</style>
border-color css
<style>
span { border-color: #4F6E63; }
span { border-color: rgb(79,110,99); }
td.TdClassName
{
border-color: #4F6E63;
}
.TagClassName
{
border-color: #4F6E63;
}
</style>