Shades of Dark Green Copper #46756D
Tints of Dark Green Copper #46756D
RGB
CMYK
RGB Variations
Color information
#46756D (or 0x46756D) is known color: Dark Green Copper. HEX triplet: 46, 75 and 6D. RGB value is (70,117,109). Sum of RGB (Red+Green+Blue) = 70+117+109=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #46756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46756D is #B98A92. Grayscale: #666666. Windows color (decimal): -12159635 or 7173446. OLE color: 7173446.
HSL color Cylindrical-coordinate representation of color #46756D: hue angle of 169.79º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46756D is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 117 | 109 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.54 |
| HSL | 169.79º | 0.25% | 0.37% | - |
| HSV(B) | 169.79º | 0.4% | 0.46% | - |
| XYZ | 11.65 | 15.13 | 16.77 | - |
| YUV | 102.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 109 | 0.40 | 0 | 0.07 | 0.54 | 169.79 | 0.25 | 0.37 |
| Hex | 46 | 75 | 6D | 28 | 0 | 7 | 36 | AA | 19 | 25 |
| Octal | 106 | 165 | 155 | 50 | 0 | 7 | 66 | 252 | 31 | 45 |
| Binary | 1000110 | 1110101 | 1101101 | 101000 | 0 | 111 | 110110 | 10101010 | 11001 | 100101 |
Color Harmonies of #46756D
Complementary color
Monochromatic Colors of #46756D
Black with #46756D
Text Example
Text Example
White with #46756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46756D; }
p { color: rgb(70,117,109); }
H1.HeaderClassName
{
color: #46756D;
}
.AnyTagClassName
{
color: #46756D;
}
</style>
background-color css
<style>
a { background-color: #46756D; }
a { background-color: rgb(70,117,109); }
div.DivClassName
{
background-color: #46756D;
}
.BgClassName
{
background-color: #46756D;
}
</style>
border-color css
<style>
span { border-color: #46756D; }
span { border-color: rgb(70,117,109); }
td.TdClassName
{
border-color: #46756D;
}
.TagClassName
{
border-color: #46756D;
}
</style>