Shades of Dark Green Copper #4E7767
Tints of Dark Green Copper #4E7767
RGB
CMYK
RGB Variations
Color information
#4E7767 (or 0x4E7767) is known color: Dark Green Copper. HEX triplet: 4E, 77 and 67. RGB value is (78,119,103). Sum of RGB (Red+Green+Blue) = 78+119+103=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #4E7767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7767 is #B18898. Grayscale: #686868. Windows color (decimal): -11634841 or 6780750. OLE color: 6780750.
HSL color Cylindrical-coordinate representation of color #4E7767: hue angle of 156.59º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E7767 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 119 | 103 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.53 |
| HSL | 156.59º | 0.21% | 0.39% | - |
| HSV(B) | 156.59º | 0.34% | 0.47% | - |
| XYZ | 12.19 | 15.79 | 15.24 | - |
| YUV | 104.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 119 | 103 | 0.34 | 0 | 0.13 | 0.53 | 156.59 | 0.21 | 0.39 |
| Hex | 4E | 77 | 67 | 22 | 0 | D | 35 | 9D | 15 | 27 |
| Octal | 116 | 167 | 147 | 42 | 0 | 15 | 65 | 235 | 25 | 47 |
| Binary | 1001110 | 1110111 | 1100111 | 100010 | 0 | 1101 | 110101 | 10011101 | 10101 | 100111 |
Color Harmonies of #4E7767
Complementary color
Monochromatic Colors of #4E7767
Black with #4E7767
Text Example
Text Example
White with #4E7767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7767; }
p { color: rgb(78,119,103); }
H1.HeaderClassName
{
color: #4E7767;
}
.AnyTagClassName
{
color: #4E7767;
}
</style>
background-color css
<style>
a { background-color: #4E7767; }
a { background-color: rgb(78,119,103); }
div.DivClassName
{
background-color: #4E7767;
}
.BgClassName
{
background-color: #4E7767;
}
</style>
border-color css
<style>
span { border-color: #4E7767; }
span { border-color: rgb(78,119,103); }
td.TdClassName
{
border-color: #4E7767;
}
.TagClassName
{
border-color: #4E7767;
}
</style>