Shades of Dark Green Copper #42766C
Tints of Dark Green Copper #42766C
RGB
CMYK
RGB Variations
Color information
#42766C (or 0x42766C) is known color: Dark Green Copper. HEX triplet: 42, 76 and 6C. RGB value is (66,118,108). Sum of RGB (Red+Green+Blue) = 66+118+108=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #42766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42766C is #BD8993. Grayscale: #656565. Windows color (decimal): -12421524 or 7108162. OLE color: 7108162.
HSL color Cylindrical-coordinate representation of color #42766C: hue angle of 168.46º 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 #42766C is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 108 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.54 |
| HSL | 168.46º | 0.28% | 0.36% | - |
| HSV(B) | 168.46º | 0.44% | 0.46% | - |
| XYZ | 11.43 | 15.2 | 16.52 | - |
| YUV | 101.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 108 | 0.44 | 0 | 0.08 | 0.54 | 168.46 | 0.28 | 0.36 |
| Hex | 42 | 76 | 6C | 2C | 0 | 8 | 36 | A8 | 1C | 24 |
| Octal | 102 | 166 | 154 | 54 | 0 | 10 | 66 | 250 | 34 | 44 |
| Binary | 1000010 | 1110110 | 1101100 | 101100 | 0 | 1000 | 110110 | 10101000 | 11100 | 100100 |
Color Harmonies of #42766C
Complementary color
Monochromatic Colors of #42766C
Black with #42766C
Text Example
Text Example
White with #42766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42766C; }
p { color: rgb(66,118,108); }
H1.HeaderClassName
{
color: #42766C;
}
.AnyTagClassName
{
color: #42766C;
}
</style>
background-color css
<style>
a { background-color: #42766C; }
a { background-color: rgb(66,118,108); }
div.DivClassName
{
background-color: #42766C;
}
.BgClassName
{
background-color: #42766C;
}
</style>
border-color css
<style>
span { border-color: #42766C; }
span { border-color: rgb(66,118,108); }
td.TdClassName
{
border-color: #42766C;
}
.TagClassName
{
border-color: #42766C;
}
</style>