Shades of Dark Green Copper #46766F
Tints of Dark Green Copper #46766F
RGB
CMYK
RGB Variations
Color information
#46766F (or 0x46766F) is known color: Dark Green Copper. HEX triplet: 46, 76 and 6F. RGB value is (70,118,111). Sum of RGB (Red+Green+Blue) = 70+118+111=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #46766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46766F is #B98990. Grayscale: #666666. Windows color (decimal): -12159377 or 7304774. OLE color: 7304774.
HSL color Cylindrical-coordinate representation of color #46766F: hue angle of 171.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46766F is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 118 | 111 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.54 |
| HSL | 171.25º | 0.26% | 0.37% | - |
| HSV(B) | 171.25º | 0.41% | 0.46% | - |
| XYZ | 11.87 | 15.41 | 17.39 | - |
| YUV | 102.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 111 | 0.41 | 0 | 0.06 | 0.54 | 171.25 | 0.26 | 0.37 |
| Hex | 46 | 76 | 6F | 29 | 0 | 6 | 36 | AB | 1A | 25 |
| Octal | 106 | 166 | 157 | 51 | 0 | 6 | 66 | 253 | 32 | 45 |
| Binary | 1000110 | 1110110 | 1101111 | 101001 | 0 | 110 | 110110 | 10101011 | 11010 | 100101 |
Color Harmonies of #46766F
Complementary color
Monochromatic Colors of #46766F
Black with #46766F
Text Example
Text Example
White with #46766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46766F; }
p { color: rgb(70,118,111); }
H1.HeaderClassName
{
color: #46766F;
}
.AnyTagClassName
{
color: #46766F;
}
</style>
background-color css
<style>
a { background-color: #46766F; }
a { background-color: rgb(70,118,111); }
div.DivClassName
{
background-color: #46766F;
}
.BgClassName
{
background-color: #46766F;
}
</style>
border-color css
<style>
span { border-color: #46766F; }
span { border-color: rgb(70,118,111); }
td.TdClassName
{
border-color: #46766F;
}
.TagClassName
{
border-color: #46766F;
}
</style>