Shades of Dark Green Copper #4E796D
Tints of Dark Green Copper #4E796D
RGB
CMYK
RGB Variations
Color information
#4E796D (or 0x4E796D) is known color: Dark Green Copper. HEX triplet: 4E, 79 and 6D. RGB value is (78,121,109). Sum of RGB (Red+Green+Blue) = 78+121+109=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #4E796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E796D is #B18692. Grayscale: #6A6A6A. Windows color (decimal): -11634323 or 7174478. OLE color: 7174478.
HSL color Cylindrical-coordinate representation of color #4E796D: hue angle of 163.26º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E796D is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 121 | 109 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.53 |
| HSL | 163.26º | 0.22% | 0.39% | - |
| HSV(B) | 163.26º | 0.36% | 0.47% | - |
| XYZ | 12.74 | 16.4 | 16.96 | - |
| YUV | 106.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 121 | 109 | 0.36 | 0 | 0.10 | 0.53 | 163.26 | 0.22 | 0.39 |
| Hex | 4E | 79 | 6D | 24 | 0 | A | 35 | A3 | 16 | 27 |
| Octal | 116 | 171 | 155 | 44 | 0 | 12 | 65 | 243 | 26 | 47 |
| Binary | 1001110 | 1111001 | 1101101 | 100100 | 0 | 1010 | 110101 | 10100011 | 10110 | 100111 |
Color Harmonies of #4E796D
Complementary color
Monochromatic Colors of #4E796D
Black with #4E796D
Text Example
Text Example
White with #4E796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E796D; }
p { color: rgb(78,121,109); }
H1.HeaderClassName
{
color: #4E796D;
}
.AnyTagClassName
{
color: #4E796D;
}
</style>
background-color css
<style>
a { background-color: #4E796D; }
a { background-color: rgb(78,121,109); }
div.DivClassName
{
background-color: #4E796D;
}
.BgClassName
{
background-color: #4E796D;
}
</style>
border-color css
<style>
span { border-color: #4E796D; }
span { border-color: rgb(78,121,109); }
td.TdClassName
{
border-color: #4E796D;
}
.TagClassName
{
border-color: #4E796D;
}
</style>