Shades of Dark Green Copper #46756A
Tints of Dark Green Copper #46756A
RGB
CMYK
RGB Variations
Color information
#46756A (or 0x46756A) is known color: Dark Green Copper. HEX triplet: 46, 75 and 6A. RGB value is (70,117,106). Sum of RGB (Red+Green+Blue) = 70+117+106=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #46756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46756A is #B98A95. Grayscale: #656565. Windows color (decimal): -12159638 or 6976838. OLE color: 6976838.
HSL color Cylindrical-coordinate representation of color #46756A: hue angle of 165.96º 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 #46756A is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 117 | 106 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.54 |
| HSL | 165.96º | 0.25% | 0.37% | - |
| HSV(B) | 165.96º | 0.4% | 0.46% | - |
| XYZ | 11.49 | 15.07 | 15.94 | - |
| YUV | 101.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 106 | 0.40 | 0 | 0.09 | 0.54 | 165.96 | 0.25 | 0.37 |
| Hex | 46 | 75 | 6A | 28 | 0 | 9 | 36 | A6 | 19 | 25 |
| Octal | 106 | 165 | 152 | 50 | 0 | 11 | 66 | 246 | 31 | 45 |
| Binary | 1000110 | 1110101 | 1101010 | 101000 | 0 | 1001 | 110110 | 10100110 | 11001 | 100101 |
Color Harmonies of #46756A
Complementary color
Monochromatic Colors of #46756A
Black with #46756A
Text Example
Text Example
White with #46756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46756A; }
p { color: rgb(70,117,106); }
H1.HeaderClassName
{
color: #46756A;
}
.AnyTagClassName
{
color: #46756A;
}
</style>
background-color css
<style>
a { background-color: #46756A; }
a { background-color: rgb(70,117,106); }
div.DivClassName
{
background-color: #46756A;
}
.BgClassName
{
background-color: #46756A;
}
</style>
border-color css
<style>
span { border-color: #46756A; }
span { border-color: rgb(70,117,106); }
td.TdClassName
{
border-color: #46756A;
}
.TagClassName
{
border-color: #46756A;
}
</style>