Shades of Dark Green Copper #4F6A62
Tints of Dark Green Copper #4F6A62
RGB
CMYK
RGB Variations
Color information
#4F6A62 (or 0x4F6A62) is known color: Dark Green Copper. HEX triplet: 4F, 6A and 62. RGB value is (79,106,98). Sum of RGB (Red+Green+Blue) = 79+106+98=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A62 is #B0959D. Grayscale: #616161. Windows color (decimal): -11572638 or 6449743. OLE color: 6449743.
HSL color Cylindrical-coordinate representation of color #4F6A62: hue angle of 162.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F6A62 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 106 | 98 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.58 |
| HSL | 162.22º | 0.15% | 0.36% | - |
| HSV(B) | 162.22º | 0.25% | 0.42% | - |
| XYZ | 10.58 | 12.85 | 13.48 | - |
| YUV | 97.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 106 | 98 | 0.25 | 0 | 0.08 | 0.58 | 162.22 | 0.15 | 0.36 |
| Hex | 4F | 6A | 62 | 19 | 0 | 8 | 3A | A2 | F | 24 |
| Octal | 117 | 152 | 142 | 31 | 0 | 10 | 72 | 242 | 17 | 44 |
| Binary | 1001111 | 1101010 | 1100010 | 11001 | 0 | 1000 | 111010 | 10100010 | 1111 | 100100 |
Color Harmonies of #4F6A62
Complementary color
Monochromatic Colors of #4F6A62
Black with #4F6A62
Text Example
Text Example
White with #4F6A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6A62; }
p { color: rgb(79,106,98); }
H1.HeaderClassName
{
color: #4F6A62;
}
.AnyTagClassName
{
color: #4F6A62;
}
</style>
background-color css
<style>
a { background-color: #4F6A62; }
a { background-color: rgb(79,106,98); }
div.DivClassName
{
background-color: #4F6A62;
}
.BgClassName
{
background-color: #4F6A62;
}
</style>
border-color css
<style>
span { border-color: #4F6A62; }
span { border-color: rgb(79,106,98); }
td.TdClassName
{
border-color: #4F6A62;
}
.TagClassName
{
border-color: #4F6A62;
}
</style>