Shades of Dark Green Copper #42766D
Tints of Dark Green Copper #42766D
RGB
CMYK
RGB Variations
Color information
#42766D (or 0x42766D) is known color: Dark Green Copper. HEX triplet: 42, 76 and 6D. RGB value is (66,118,109). Sum of RGB (Red+Green+Blue) = 66+118+109=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #42766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42766D is #BD8992. Grayscale: #656565. Windows color (decimal): -12421523 or 7173698. OLE color: 7173698.
HSL color Cylindrical-coordinate representation of color #42766D: hue angle of 169.62º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42766D is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 109 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.54 |
| HSL | 169.62º | 0.28% | 0.36% | - |
| HSV(B) | 169.62º | 0.44% | 0.46% | - |
| XYZ | 11.49 | 15.22 | 16.8 | - |
| YUV | 101.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 109 | 0.44 | 0 | 0.08 | 0.54 | 169.62 | 0.28 | 0.36 |
| Hex | 42 | 76 | 6D | 2C | 0 | 8 | 36 | AA | 1C | 24 |
| Octal | 102 | 166 | 155 | 54 | 0 | 10 | 66 | 252 | 34 | 44 |
| Binary | 1000010 | 1110110 | 1101101 | 101100 | 0 | 1000 | 110110 | 10101010 | 11100 | 100100 |
Color Harmonies of #42766D
Complementary color
Monochromatic Colors of #42766D
Black with #42766D
Text Example
Text Example
White with #42766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42766D; }
p { color: rgb(66,118,109); }
H1.HeaderClassName
{
color: #42766D;
}
.AnyTagClassName
{
color: #42766D;
}
</style>
background-color css
<style>
a { background-color: #42766D; }
a { background-color: rgb(66,118,109); }
div.DivClassName
{
background-color: #42766D;
}
.BgClassName
{
background-color: #42766D;
}
</style>
border-color css
<style>
span { border-color: #42766D; }
span { border-color: rgb(66,118,109); }
td.TdClassName
{
border-color: #42766D;
}
.TagClassName
{
border-color: #42766D;
}
</style>