Shades of Dark Green Copper #4D756C
Tints of Dark Green Copper #4D756C
RGB
CMYK
RGB Variations
Color information
#4D756C (or 0x4D756C) is known color: Dark Green Copper. HEX triplet: 4D, 75 and 6C. RGB value is (77,117,108). Sum of RGB (Red+Green+Blue) = 77+117+108=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #4D756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D756C is #B28A93. Grayscale: #686868. Windows color (decimal): -11700884 or 7107917. OLE color: 7107917.
HSL color Cylindrical-coordinate representation of color #4D756C: hue angle of 166.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D756C is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 108 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.54 |
| HSL | 166.5º | 0.21% | 0.38% | - |
| HSV(B) | 166.5º | 0.34% | 0.46% | - |
| XYZ | 12.13 | 15.38 | 16.52 | - |
| YUV | 104.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 108 | 0.34 | 0 | 0.08 | 0.54 | 166.5 | 0.21 | 0.38 |
| Hex | 4D | 75 | 6C | 22 | 0 | 8 | 36 | A6 | 15 | 26 |
| Octal | 115 | 165 | 154 | 42 | 0 | 10 | 66 | 246 | 25 | 46 |
| Binary | 1001101 | 1110101 | 1101100 | 100010 | 0 | 1000 | 110110 | 10100110 | 10101 | 100110 |
Color Harmonies of #4D756C
Complementary color
Monochromatic Colors of #4D756C
Black with #4D756C
Text Example
Text Example
White with #4D756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D756C; }
p { color: rgb(77,117,108); }
H1.HeaderClassName
{
color: #4D756C;
}
.AnyTagClassName
{
color: #4D756C;
}
</style>
background-color css
<style>
a { background-color: #4D756C; }
a { background-color: rgb(77,117,108); }
div.DivClassName
{
background-color: #4D756C;
}
.BgClassName
{
background-color: #4D756C;
}
</style>
border-color css
<style>
span { border-color: #4D756C; }
span { border-color: rgb(77,117,108); }
td.TdClassName
{
border-color: #4D756C;
}
.TagClassName
{
border-color: #4D756C;
}
</style>