Shades of Dark Green Copper #467E76
Tints of Dark Green Copper #467E76
RGB
CMYK
RGB Variations
Color information
#467E76 (or 0x467E76) is known color: Dark Green Copper. HEX triplet: 46, 7E and 76. RGB value is (70,126,118). Sum of RGB (Red+Green+Blue) = 70+126+118=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 126 - color contains mainly: green. Hex color #467E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E76 is #B98189. Grayscale: #6C6C6C. Windows color (decimal): -12157322 or 7765574. OLE color: 7765574.
HSL color Cylindrical-coordinate representation of color #467E76: hue angle of 171.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467E76 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 126 | 118 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.51 |
| HSL | 171.43º | 0.29% | 0.38% | - |
| HSV(B) | 171.43º | 0.44% | 0.49% | - |
| XYZ | 13.26 | 17.53 | 19.82 | - |
| YUV | 108.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 118 | 0.44 | 0 | 0.06 | 0.51 | 171.43 | 0.29 | 0.38 |
| Hex | 46 | 7E | 76 | 2C | 0 | 6 | 33 | AB | 1D | 26 |
| Octal | 106 | 176 | 166 | 54 | 0 | 6 | 63 | 253 | 35 | 46 |
| Binary | 1000110 | 1111110 | 1110110 | 101100 | 0 | 110 | 110011 | 10101011 | 11101 | 100110 |
Color Harmonies of #467E76
Complementary color
Monochromatic Colors of #467E76
Black with #467E76
Text Example
Text Example
White with #467E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E76; }
p { color: rgb(70,126,118); }
H1.HeaderClassName
{
color: #467E76;
}
.AnyTagClassName
{
color: #467E76;
}
</style>
background-color css
<style>
a { background-color: #467E76; }
a { background-color: rgb(70,126,118); }
div.DivClassName
{
background-color: #467E76;
}
.BgClassName
{
background-color: #467E76;
}
</style>
border-color css
<style>
span { border-color: #467E76; }
span { border-color: rgb(70,126,118); }
td.TdClassName
{
border-color: #467E76;
}
.TagClassName
{
border-color: #467E76;
}
</style>