Shades of Dark Green Copper #46786C
Tints of Dark Green Copper #46786C
RGB
CMYK
RGB Variations
Color information
#46786C (or 0x46786C) is known color: Dark Green Copper. HEX triplet: 46, 78 and 6C. RGB value is (70,120,108). Sum of RGB (Red+Green+Blue) = 70+120+108=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #46786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46786C is #B98793. Grayscale: #676767. Windows color (decimal): -12158868 or 7108678. OLE color: 7108678.
HSL color Cylindrical-coordinate representation of color #46786C: hue angle of 165.6º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46786C is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 108 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.53 |
| HSL | 165.6º | 0.26% | 0.37% | - |
| HSV(B) | 165.6º | 0.42% | 0.47% | - |
| XYZ | 11.95 | 15.82 | 16.61 | - |
| YUV | 103.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 108 | 0.42 | 0 | 0.10 | 0.53 | 165.6 | 0.26 | 0.37 |
| Hex | 46 | 78 | 6C | 2A | 0 | A | 35 | A6 | 1A | 25 |
| Octal | 106 | 170 | 154 | 52 | 0 | 12 | 65 | 246 | 32 | 45 |
| Binary | 1000110 | 1111000 | 1101100 | 101010 | 0 | 1010 | 110101 | 10100110 | 11010 | 100101 |
Color Harmonies of #46786C
Complementary color
Monochromatic Colors of #46786C
Black with #46786C
Text Example
Text Example
White with #46786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46786C; }
p { color: rgb(70,120,108); }
H1.HeaderClassName
{
color: #46786C;
}
.AnyTagClassName
{
color: #46786C;
}
</style>
background-color css
<style>
a { background-color: #46786C; }
a { background-color: rgb(70,120,108); }
div.DivClassName
{
background-color: #46786C;
}
.BgClassName
{
background-color: #46786C;
}
</style>
border-color css
<style>
span { border-color: #46786C; }
span { border-color: rgb(70,120,108); }
td.TdClassName
{
border-color: #46786C;
}
.TagClassName
{
border-color: #46786C;
}
</style>