Shades of Dark Green Copper #4D7768
Tints of Dark Green Copper #4D7768
RGB
CMYK
RGB Variations
Color information
#4D7768 (or 0x4D7768) is known color: Dark Green Copper. HEX triplet: 4D, 77 and 68. RGB value is (77,119,104). Sum of RGB (Red+Green+Blue) = 77+119+104=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7768 is #B28897. Grayscale: #686868. Windows color (decimal): -11700376 or 6846285. OLE color: 6846285.
HSL color Cylindrical-coordinate representation of color #4D7768: hue angle of 158.57º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7768 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 104 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.53 |
| HSL | 158.57º | 0.21% | 0.38% | - |
| HSV(B) | 158.57º | 0.35% | 0.47% | - |
| XYZ | 12.16 | 15.77 | 15.5 | - |
| YUV | 104.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 104 | 0.35 | 0 | 0.13 | 0.53 | 158.57 | 0.21 | 0.38 |
| Hex | 4D | 77 | 68 | 23 | 0 | D | 35 | 9F | 15 | 26 |
| Octal | 115 | 167 | 150 | 43 | 0 | 15 | 65 | 237 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1101000 | 100011 | 0 | 1101 | 110101 | 10011111 | 10101 | 100110 |
Color Harmonies of #4D7768
Complementary color
Monochromatic Colors of #4D7768
Black with #4D7768
Text Example
Text Example
White with #4D7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7768; }
p { color: rgb(77,119,104); }
H1.HeaderClassName
{
color: #4D7768;
}
.AnyTagClassName
{
color: #4D7768;
}
</style>
background-color css
<style>
a { background-color: #4D7768; }
a { background-color: rgb(77,119,104); }
div.DivClassName
{
background-color: #4D7768;
}
.BgClassName
{
background-color: #4D7768;
}
</style>
border-color css
<style>
span { border-color: #4D7768; }
span { border-color: rgb(77,119,104); }
td.TdClassName
{
border-color: #4D7768;
}
.TagClassName
{
border-color: #4D7768;
}
</style>