Shades of Dark Green Copper #40766A
Tints of Dark Green Copper #40766A
RGB
CMYK
RGB Variations
Color information
#40766A (or 0x40766A) is known color: Dark Green Copper. HEX triplet: 40, 76 and 6A. RGB value is (64,118,106). Sum of RGB (Red+Green+Blue) = 64+118+106=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #40766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40766A is #BF8995. Grayscale: #646464. Windows color (decimal): -12552598 or 6977088. OLE color: 6977088.
HSL color Cylindrical-coordinate representation of color #40766A: hue angle of 166.67º 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 #40766A is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 106 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.54 |
| HSL | 166.67º | 0.3% | 0.36% | - |
| HSV(B) | 166.67º | 0.46% | 0.46% | - |
| XYZ | 11.19 | 15.09 | 15.96 | - |
| YUV | 100.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 106 | 0.46 | 0 | 0.10 | 0.54 | 166.67 | 0.3 | 0.36 |
| Hex | 40 | 76 | 6A | 2E | 0 | A | 36 | A7 | 1E | 24 |
| Octal | 100 | 166 | 152 | 56 | 0 | 12 | 66 | 247 | 36 | 44 |
| Binary | 1000000 | 1110110 | 1101010 | 101110 | 0 | 1010 | 110110 | 10100111 | 11110 | 100100 |
Color Harmonies of #40766A
Complementary color
Monochromatic Colors of #40766A
Black with #40766A
Text Example
Text Example
White with #40766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40766A; }
p { color: rgb(64,118,106); }
H1.HeaderClassName
{
color: #40766A;
}
.AnyTagClassName
{
color: #40766A;
}
</style>
background-color css
<style>
a { background-color: #40766A; }
a { background-color: rgb(64,118,106); }
div.DivClassName
{
background-color: #40766A;
}
.BgClassName
{
background-color: #40766A;
}
</style>
border-color css
<style>
span { border-color: #40766A; }
span { border-color: rgb(64,118,106); }
td.TdClassName
{
border-color: #40766A;
}
.TagClassName
{
border-color: #40766A;
}
</style>