Shades of Dark Green Copper #4E6B64
Tints of Dark Green Copper #4E6B64
RGB
CMYK
RGB Variations
Color information
#4E6B64 (or 0x4E6B64) is known color: Dark Green Copper. HEX triplet: 4E, 6B and 64. RGB value is (78,107,100). Sum of RGB (Red+Green+Blue) = 78+107+100=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6B64 is #B1949B. Grayscale: #616161. Windows color (decimal): -11637916 or 6581070. OLE color: 6581070.
HSL color Cylindrical-coordinate representation of color #4E6B64: hue angle of 165.52º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E6B64 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 100 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.58 |
| HSL | 165.52º | 0.16% | 0.36% | - |
| HSV(B) | 165.52º | 0.27% | 0.42% | - |
| XYZ | 10.7 | 13.06 | 14.01 | - |
| YUV | 97.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 100 | 0.27 | 0 | 0.07 | 0.58 | 165.52 | 0.16 | 0.36 |
| Hex | 4E | 6B | 64 | 1B | 0 | 7 | 3A | A6 | 10 | 24 |
| Octal | 116 | 153 | 144 | 33 | 0 | 7 | 72 | 246 | 20 | 44 |
| Binary | 1001110 | 1101011 | 1100100 | 11011 | 0 | 111 | 111010 | 10100110 | 10000 | 100100 |
Color Harmonies of #4E6B64
Complementary color
Monochromatic Colors of #4E6B64
Black with #4E6B64
Text Example
Text Example
White with #4E6B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B64; }
p { color: rgb(78,107,100); }
H1.HeaderClassName
{
color: #4E6B64;
}
.AnyTagClassName
{
color: #4E6B64;
}
</style>
background-color css
<style>
a { background-color: #4E6B64; }
a { background-color: rgb(78,107,100); }
div.DivClassName
{
background-color: #4E6B64;
}
.BgClassName
{
background-color: #4E6B64;
}
</style>
border-color css
<style>
span { border-color: #4E6B64; }
span { border-color: rgb(78,107,100); }
td.TdClassName
{
border-color: #4E6B64;
}
.TagClassName
{
border-color: #4E6B64;
}
</style>