Shades of Dark Green Copper #4F7068
Tints of Dark Green Copper #4F7068
RGB
CMYK
RGB Variations
Color information
#4F7068 (or 0x4F7068) is known color: Dark Green Copper. HEX triplet: 4F, 70 and 68. RGB value is (79,112,104). Sum of RGB (Red+Green+Blue) = 79+112+104=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7068 is #B08F97. Grayscale: #656565. Windows color (decimal): -11571096 or 6844495. OLE color: 6844495.
HSL color Cylindrical-coordinate representation of color #4F7068: hue angle of 165.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F7068 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 104 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.56 |
| HSL | 165.45º | 0.17% | 0.37% | - |
| HSV(B) | 165.45º | 0.29% | 0.44% | - |
| XYZ | 11.52 | 14.25 | 15.24 | - |
| YUV | 101.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 104 | 0.29 | 0 | 0.07 | 0.56 | 165.45 | 0.17 | 0.37 |
| Hex | 4F | 70 | 68 | 1D | 0 | 7 | 38 | A5 | 11 | 25 |
| Octal | 117 | 160 | 150 | 35 | 0 | 7 | 70 | 245 | 21 | 45 |
| Binary | 1001111 | 1110000 | 1101000 | 11101 | 0 | 111 | 111000 | 10100101 | 10001 | 100101 |
Color Harmonies of #4F7068
Complementary color
Monochromatic Colors of #4F7068
Black with #4F7068
Text Example
Text Example
White with #4F7068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7068; }
p { color: rgb(79,112,104); }
H1.HeaderClassName
{
color: #4F7068;
}
.AnyTagClassName
{
color: #4F7068;
}
</style>
background-color css
<style>
a { background-color: #4F7068; }
a { background-color: rgb(79,112,104); }
div.DivClassName
{
background-color: #4F7068;
}
.BgClassName
{
background-color: #4F7068;
}
</style>
border-color css
<style>
span { border-color: #4F7068; }
span { border-color: rgb(79,112,104); }
td.TdClassName
{
border-color: #4F7068;
}
.TagClassName
{
border-color: #4F7068;
}
</style>