Shades of Dark Green Copper #4E716B
Tints of Dark Green Copper #4E716B
RGB
CMYK
RGB Variations
Color information
#4E716B (or 0x4E716B) is known color: Dark Green Copper. HEX triplet: 4E, 71 and 6B. RGB value is (78,113,107). Sum of RGB (Red+Green+Blue) = 78+113+107=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #4E716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E716B is #B18E94. Grayscale: #656565. Windows color (decimal): -11636373 or 7041358. OLE color: 7041358.
HSL color Cylindrical-coordinate representation of color #4E716B: hue angle of 169.71º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E716B is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 107 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.56 |
| HSL | 169.71º | 0.18% | 0.37% | - |
| HSV(B) | 169.71º | 0.31% | 0.44% | - |
| XYZ | 11.7 | 14.49 | 16.09 | - |
| YUV | 101.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 107 | 0.31 | 0 | 0.05 | 0.56 | 169.71 | 0.18 | 0.37 |
| Hex | 4E | 71 | 6B | 1F | 0 | 5 | 38 | AA | 12 | 25 |
| Octal | 116 | 161 | 153 | 37 | 0 | 5 | 70 | 252 | 22 | 45 |
| Binary | 1001110 | 1110001 | 1101011 | 11111 | 0 | 101 | 111000 | 10101010 | 10010 | 100101 |
Color Harmonies of #4E716B
Complementary color
Monochromatic Colors of #4E716B
Black with #4E716B
Text Example
Text Example
White with #4E716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E716B; }
p { color: rgb(78,113,107); }
H1.HeaderClassName
{
color: #4E716B;
}
.AnyTagClassName
{
color: #4E716B;
}
</style>
background-color css
<style>
a { background-color: #4E716B; }
a { background-color: rgb(78,113,107); }
div.DivClassName
{
background-color: #4E716B;
}
.BgClassName
{
background-color: #4E716B;
}
</style>
border-color css
<style>
span { border-color: #4E716B; }
span { border-color: rgb(78,113,107); }
td.TdClassName
{
border-color: #4E716B;
}
.TagClassName
{
border-color: #4E716B;
}
</style>