Shades of Dark Green Copper #467F76
Tints of Dark Green Copper #467F76
RGB
CMYK
RGB Variations
Color information
#467F76 (or 0x467F76) is known color: Dark Green Copper. HEX triplet: 46, 7F and 76. RGB value is (70,127,118). Sum of RGB (Red+Green+Blue) = 70+127+118=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #467F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F76 is #B98089. Grayscale: #6C6C6C. Windows color (decimal): -12157066 or 7765830. OLE color: 7765830.
HSL color Cylindrical-coordinate representation of color #467F76: hue angle of 170.53º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F76 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 127 | 118 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.50 |
| HSL | 170.53º | 0.29% | 0.39% | - |
| HSV(B) | 170.53º | 0.45% | 0.5% | - |
| XYZ | 13.39 | 17.79 | 19.87 | - |
| YUV | 108.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 118 | 0.45 | 0 | 0.07 | 0.50 | 170.53 | 0.29 | 0.39 |
| Hex | 46 | 7F | 76 | 2D | 0 | 7 | 32 | AB | 1D | 27 |
| Octal | 106 | 177 | 166 | 55 | 0 | 7 | 62 | 253 | 35 | 47 |
| Binary | 1000110 | 1111111 | 1110110 | 101101 | 0 | 111 | 110010 | 10101011 | 11101 | 100111 |
Color Harmonies of #467F76
Complementary color
Monochromatic Colors of #467F76
Black with #467F76
Text Example
Text Example
White with #467F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F76; }
p { color: rgb(70,127,118); }
H1.HeaderClassName
{
color: #467F76;
}
.AnyTagClassName
{
color: #467F76;
}
</style>
background-color css
<style>
a { background-color: #467F76; }
a { background-color: rgb(70,127,118); }
div.DivClassName
{
background-color: #467F76;
}
.BgClassName
{
background-color: #467F76;
}
</style>
border-color css
<style>
span { border-color: #467F76; }
span { border-color: rgb(70,127,118); }
td.TdClassName
{
border-color: #467F76;
}
.TagClassName
{
border-color: #467F76;
}
</style>