Shades of Dark Green Copper #40766C
Tints of Dark Green Copper #40766C
RGB
CMYK
RGB Variations
Color information
#40766C (or 0x40766C) is known color: Dark Green Copper. HEX triplet: 40, 76 and 6C. RGB value is (64,118,108). Sum of RGB (Red+Green+Blue) = 64+118+108=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #40766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40766C is #BF8993. Grayscale: #646464. Windows color (decimal): -12552596 or 7108160. OLE color: 7108160.
HSL color Cylindrical-coordinate representation of color #40766C: hue angle of 168.89º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40766C is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 108 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.54 |
| HSL | 168.89º | 0.3% | 0.36% | - |
| HSV(B) | 168.89º | 0.46% | 0.46% | - |
| XYZ | 11.3 | 15.13 | 16.51 | - |
| YUV | 100.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 108 | 0.46 | 0 | 0.08 | 0.54 | 168.89 | 0.3 | 0.36 |
| Hex | 40 | 76 | 6C | 2E | 0 | 8 | 36 | A9 | 1E | 24 |
| Octal | 100 | 166 | 154 | 56 | 0 | 10 | 66 | 251 | 36 | 44 |
| Binary | 1000000 | 1110110 | 1101100 | 101110 | 0 | 1000 | 110110 | 10101001 | 11110 | 100100 |
Color Harmonies of #40766C
Complementary color
Monochromatic Colors of #40766C
Black with #40766C
Text Example
Text Example
White with #40766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40766C; }
p { color: rgb(64,118,108); }
H1.HeaderClassName
{
color: #40766C;
}
.AnyTagClassName
{
color: #40766C;
}
</style>
background-color css
<style>
a { background-color: #40766C; }
a { background-color: rgb(64,118,108); }
div.DivClassName
{
background-color: #40766C;
}
.BgClassName
{
background-color: #40766C;
}
</style>
border-color css
<style>
span { border-color: #40766C; }
span { border-color: rgb(64,118,108); }
td.TdClassName
{
border-color: #40766C;
}
.TagClassName
{
border-color: #40766C;
}
</style>