Shades of Dark Green Copper #4D7069
Tints of Dark Green Copper #4D7069
RGB
CMYK
RGB Variations
Color information
#4D7069 (or 0x4D7069) is known color: Dark Green Copper. HEX triplet: 4D, 70 and 69. RGB value is (77,112,105). Sum of RGB (Red+Green+Blue) = 77+112+105=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7069 is #B28F96. Grayscale: #646464. Windows color (decimal): -11702167 or 6910029. OLE color: 6910029.
HSL color Cylindrical-coordinate representation of color #4D7069: hue angle of 168º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D7069 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 105 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.56 |
| HSL | 168º | 0.19% | 0.37% | - |
| HSV(B) | 168º | 0.31% | 0.44% | - |
| XYZ | 11.4 | 14.19 | 15.5 | - |
| YUV | 100.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 105 | 0.31 | 0 | 0.06 | 0.56 | 168 | 0.19 | 0.37 |
| Hex | 4D | 70 | 69 | 1F | 0 | 6 | 38 | A8 | 13 | 25 |
| Octal | 115 | 160 | 151 | 37 | 0 | 6 | 70 | 250 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1101001 | 11111 | 0 | 110 | 111000 | 10101000 | 10011 | 100101 |
Color Harmonies of #4D7069
Complementary color
Monochromatic Colors of #4D7069
Black with #4D7069
Text Example
Text Example
White with #4D7069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7069; }
p { color: rgb(77,112,105); }
H1.HeaderClassName
{
color: #4D7069;
}
.AnyTagClassName
{
color: #4D7069;
}
</style>
background-color css
<style>
a { background-color: #4D7069; }
a { background-color: rgb(77,112,105); }
div.DivClassName
{
background-color: #4D7069;
}
.BgClassName
{
background-color: #4D7069;
}
</style>
border-color css
<style>
span { border-color: #4D7069; }
span { border-color: rgb(77,112,105); }
td.TdClassName
{
border-color: #4D7069;
}
.TagClassName
{
border-color: #4D7069;
}
</style>