Shades of Dark Green Copper #4E6963
Tints of Dark Green Copper #4E6963
RGB
CMYK
RGB Variations
Color information
#4E6963 (or 0x4E6963) is known color: Dark Green Copper. HEX triplet: 4E, 69 and 63. RGB value is (78,105,99). Sum of RGB (Red+Green+Blue) = 78+105+99=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #4E6963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6963 is #B1969C. Grayscale: #606060. Windows color (decimal): -11638429 or 6515022. OLE color: 6515022.
HSL color Cylindrical-coordinate representation of color #4E6963: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6963 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 105 | 99 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.59 |
| HSL | 166.67º | 0.15% | 0.36% | - |
| HSV(B) | 166.67º | 0.26% | 0.41% | - |
| XYZ | 10.45 | 12.62 | 13.69 | - |
| YUV | 96.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 99 | 0.26 | 0 | 0.06 | 0.59 | 166.67 | 0.15 | 0.36 |
| Hex | 4E | 69 | 63 | 1A | 0 | 6 | 3B | A7 | F | 24 |
| Octal | 116 | 151 | 143 | 32 | 0 | 6 | 73 | 247 | 17 | 44 |
| Binary | 1001110 | 1101001 | 1100011 | 11010 | 0 | 110 | 111011 | 10100111 | 1111 | 100100 |
Color Harmonies of #4E6963
Complementary color
Monochromatic Colors of #4E6963
Black with #4E6963
Text Example
Text Example
White with #4E6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6963; }
p { color: rgb(78,105,99); }
H1.HeaderClassName
{
color: #4E6963;
}
.AnyTagClassName
{
color: #4E6963;
}
</style>
background-color css
<style>
a { background-color: #4E6963; }
a { background-color: rgb(78,105,99); }
div.DivClassName
{
background-color: #4E6963;
}
.BgClassName
{
background-color: #4E6963;
}
</style>
border-color css
<style>
span { border-color: #4E6963; }
span { border-color: rgb(78,105,99); }
td.TdClassName
{
border-color: #4E6963;
}
.TagClassName
{
border-color: #4E6963;
}
</style>