Shades of Dark Green Copper #46786B
Tints of Dark Green Copper #46786B
RGB
CMYK
RGB Variations
Color information
#46786B (or 0x46786B) is known color: Dark Green Copper. HEX triplet: 46, 78 and 6B. RGB value is (70,120,107). Sum of RGB (Red+Green+Blue) = 70+120+107=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #46786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46786B is #B98794. Grayscale: #676767. Windows color (decimal): -12158869 or 7043142. OLE color: 7043142.
HSL color Cylindrical-coordinate representation of color #46786B: hue angle of 164.4º 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 #46786B is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 107 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.53 |
| HSL | 164.4º | 0.26% | 0.37% | - |
| HSV(B) | 164.4º | 0.42% | 0.47% | - |
| XYZ | 11.9 | 15.8 | 16.33 | - |
| YUV | 103.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 107 | 0.42 | 0 | 0.11 | 0.53 | 164.4 | 0.26 | 0.37 |
| Hex | 46 | 78 | 6B | 2A | 0 | B | 35 | A4 | 1A | 25 |
| Octal | 106 | 170 | 153 | 52 | 0 | 13 | 65 | 244 | 32 | 45 |
| Binary | 1000110 | 1111000 | 1101011 | 101010 | 0 | 1011 | 110101 | 10100100 | 11010 | 100101 |
Color Harmonies of #46786B
Complementary color
Monochromatic Colors of #46786B
Black with #46786B
Text Example
Text Example
White with #46786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46786B; }
p { color: rgb(70,120,107); }
H1.HeaderClassName
{
color: #46786B;
}
.AnyTagClassName
{
color: #46786B;
}
</style>
background-color css
<style>
a { background-color: #46786B; }
a { background-color: rgb(70,120,107); }
div.DivClassName
{
background-color: #46786B;
}
.BgClassName
{
background-color: #46786B;
}
</style>
border-color css
<style>
span { border-color: #46786B; }
span { border-color: rgb(70,120,107); }
td.TdClassName
{
border-color: #46786B;
}
.TagClassName
{
border-color: #46786B;
}
</style>