Shades of Dark Green Copper #46776C
Tints of Dark Green Copper #46776C
RGB
CMYK
RGB Variations
Color information
#46776C (or 0x46776C) is known color: Dark Green Copper. HEX triplet: 46, 77 and 6C. RGB value is (70,119,108). Sum of RGB (Red+Green+Blue) = 70+119+108=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #46776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46776C is #B98893. Grayscale: #676767. Windows color (decimal): -12159124 or 7108422. OLE color: 7108422.
HSL color Cylindrical-coordinate representation of color #46776C: hue angle of 166.53º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46776C is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 119 | 108 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.53 |
| HSL | 166.53º | 0.26% | 0.37% | - |
| HSV(B) | 166.53º | 0.41% | 0.47% | - |
| XYZ | 11.83 | 15.58 | 16.57 | - |
| YUV | 103.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 108 | 0.41 | 0 | 0.09 | 0.53 | 166.53 | 0.26 | 0.37 |
| Hex | 46 | 77 | 6C | 29 | 0 | 9 | 35 | A7 | 1A | 25 |
| Octal | 106 | 167 | 154 | 51 | 0 | 11 | 65 | 247 | 32 | 45 |
| Binary | 1000110 | 1110111 | 1101100 | 101001 | 0 | 1001 | 110101 | 10100111 | 11010 | 100101 |
Color Harmonies of #46776C
Complementary color
Monochromatic Colors of #46776C
Black with #46776C
Text Example
Text Example
White with #46776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46776C; }
p { color: rgb(70,119,108); }
H1.HeaderClassName
{
color: #46776C;
}
.AnyTagClassName
{
color: #46776C;
}
</style>
background-color css
<style>
a { background-color: #46776C; }
a { background-color: rgb(70,119,108); }
div.DivClassName
{
background-color: #46776C;
}
.BgClassName
{
background-color: #46776C;
}
</style>
border-color css
<style>
span { border-color: #46776C; }
span { border-color: rgb(70,119,108); }
td.TdClassName
{
border-color: #46776C;
}
.TagClassName
{
border-color: #46776C;
}
</style>