Shades of Dark Green Copper #4D7066
Tints of Dark Green Copper #4D7066
RGB
CMYK
RGB Variations
Color information
#4D7066 (or 0x4D7066) is known color: Dark Green Copper. HEX triplet: 4D, 70 and 66. RGB value is (77,112,102). Sum of RGB (Red+Green+Blue) = 77+112+102=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7066 is #B28F99. Grayscale: #646464. Windows color (decimal): -11702170 or 6713421. OLE color: 6713421.
HSL color Cylindrical-coordinate representation of color #4D7066: hue angle of 162.86º 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 #4D7066 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 102 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.56 |
| HSL | 162.86º | 0.19% | 0.37% | - |
| HSV(B) | 162.86º | 0.31% | 0.44% | - |
| XYZ | 11.25 | 14.13 | 14.7 | - |
| YUV | 100.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 102 | 0.31 | 0 | 0.09 | 0.56 | 162.86 | 0.19 | 0.37 |
| Hex | 4D | 70 | 66 | 1F | 0 | 9 | 38 | A3 | 13 | 25 |
| Octal | 115 | 160 | 146 | 37 | 0 | 11 | 70 | 243 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1100110 | 11111 | 0 | 1001 | 111000 | 10100011 | 10011 | 100101 |
Color Harmonies of #4D7066
Complementary color
Monochromatic Colors of #4D7066
Black with #4D7066
Text Example
Text Example
White with #4D7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7066; }
p { color: rgb(77,112,102); }
H1.HeaderClassName
{
color: #4D7066;
}
.AnyTagClassName
{
color: #4D7066;
}
</style>
background-color css
<style>
a { background-color: #4D7066; }
a { background-color: rgb(77,112,102); }
div.DivClassName
{
background-color: #4D7066;
}
.BgClassName
{
background-color: #4D7066;
}
</style>
border-color css
<style>
span { border-color: #4D7066; }
span { border-color: rgb(77,112,102); }
td.TdClassName
{
border-color: #4D7066;
}
.TagClassName
{
border-color: #4D7066;
}
</style>