Shades of Dark Green Copper #4D756F
Tints of Dark Green Copper #4D756F
RGB
CMYK
RGB Variations
Color information
#4D756F (or 0x4D756F) is known color: Dark Green Copper. HEX triplet: 4D, 75 and 6F. RGB value is (77,117,111). Sum of RGB (Red+Green+Blue) = 77+117+111=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #4D756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D756F is #B28A90. Grayscale: #686868. Windows color (decimal): -11700881 or 7304525. OLE color: 7304525.
HSL color Cylindrical-coordinate representation of color #4D756F: hue angle of 171º 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 #4D756F is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 111 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.54 |
| HSL | 171º | 0.21% | 0.38% | - |
| HSV(B) | 171º | 0.34% | 0.46% | - |
| XYZ | 12.29 | 15.45 | 17.37 | - |
| YUV | 104.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 111 | 0.34 | 0 | 0.05 | 0.54 | 171 | 0.21 | 0.38 |
| Hex | 4D | 75 | 6F | 22 | 0 | 5 | 36 | AB | 15 | 26 |
| Octal | 115 | 165 | 157 | 42 | 0 | 5 | 66 | 253 | 25 | 46 |
| Binary | 1001101 | 1110101 | 1101111 | 100010 | 0 | 101 | 110110 | 10101011 | 10101 | 100110 |
Color Harmonies of #4D756F
Complementary color
Monochromatic Colors of #4D756F
Black with #4D756F
Text Example
Text Example
White with #4D756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D756F; }
p { color: rgb(77,117,111); }
H1.HeaderClassName
{
color: #4D756F;
}
.AnyTagClassName
{
color: #4D756F;
}
</style>
background-color css
<style>
a { background-color: #4D756F; }
a { background-color: rgb(77,117,111); }
div.DivClassName
{
background-color: #4D756F;
}
.BgClassName
{
background-color: #4D756F;
}
</style>
border-color css
<style>
span { border-color: #4D756F; }
span { border-color: rgb(77,117,111); }
td.TdClassName
{
border-color: #4D756F;
}
.TagClassName
{
border-color: #4D756F;
}
</style>