Shades of Dark Green Copper #4D6D67
Tints of Dark Green Copper #4D6D67
RGB
CMYK
RGB Variations
Color information
#4D6D67 (or 0x4D6D67) is known color: Dark Green Copper. HEX triplet: 4D, 6D and 67. RGB value is (77,109,103). Sum of RGB (Red+Green+Blue) = 77+109+103=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D67 is #B29298. Grayscale: #626262. Windows color (decimal): -11702937 or 6778189. OLE color: 6778189.
HSL color Cylindrical-coordinate representation of color #4D6D67: hue angle of 168.75º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6D67 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 109 | 103 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.57 |
| HSL | 168.75º | 0.17% | 0.36% | - |
| HSV(B) | 168.75º | 0.29% | 0.43% | - |
| XYZ | 10.98 | 13.49 | 14.86 | - |
| YUV | 98.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 103 | 0.29 | 0 | 0.06 | 0.57 | 168.75 | 0.17 | 0.36 |
| Hex | 4D | 6D | 67 | 1D | 0 | 6 | 39 | A9 | 11 | 24 |
| Octal | 115 | 155 | 147 | 35 | 0 | 6 | 71 | 251 | 21 | 44 |
| Binary | 1001101 | 1101101 | 1100111 | 11101 | 0 | 110 | 111001 | 10101001 | 10001 | 100100 |
Color Harmonies of #4D6D67
Complementary color
Monochromatic Colors of #4D6D67
Black with #4D6D67
Text Example
Text Example
White with #4D6D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6D67; }
p { color: rgb(77,109,103); }
H1.HeaderClassName
{
color: #4D6D67;
}
.AnyTagClassName
{
color: #4D6D67;
}
</style>
background-color css
<style>
a { background-color: #4D6D67; }
a { background-color: rgb(77,109,103); }
div.DivClassName
{
background-color: #4D6D67;
}
.BgClassName
{
background-color: #4D6D67;
}
</style>
border-color css
<style>
span { border-color: #4D6D67; }
span { border-color: rgb(77,109,103); }
td.TdClassName
{
border-color: #4D6D67;
}
.TagClassName
{
border-color: #4D6D67;
}
</style>