Shades of Dark Green Copper #47766C
Tints of Dark Green Copper #47766C
RGB
CMYK
RGB Variations
Color information
#47766C (or 0x47766C) is known color: Dark Green Copper. HEX triplet: 47, 76 and 6C. RGB value is (71,118,108). Sum of RGB (Red+Green+Blue) = 71+118+108=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #47766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47766C is #B88993. Grayscale: #666666. Windows color (decimal): -12093844 or 7108167. OLE color: 7108167.
HSL color Cylindrical-coordinate representation of color #47766C: hue angle of 167.23º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47766C is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 118 | 108 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.54 |
| HSL | 167.23º | 0.25% | 0.37% | - |
| HSV(B) | 167.23º | 0.4% | 0.46% | - |
| XYZ | 11.78 | 15.38 | 16.53 | - |
| YUV | 102.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 108 | 0.40 | 0 | 0.08 | 0.54 | 167.23 | 0.25 | 0.37 |
| Hex | 47 | 76 | 6C | 28 | 0 | 8 | 36 | A7 | 19 | 25 |
| Octal | 107 | 166 | 154 | 50 | 0 | 10 | 66 | 247 | 31 | 45 |
| Binary | 1000111 | 1110110 | 1101100 | 101000 | 0 | 1000 | 110110 | 10100111 | 11001 | 100101 |
Color Harmonies of #47766C
Complementary color
Monochromatic Colors of #47766C
Black with #47766C
Text Example
Text Example
White with #47766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47766C; }
p { color: rgb(71,118,108); }
H1.HeaderClassName
{
color: #47766C;
}
.AnyTagClassName
{
color: #47766C;
}
</style>
background-color css
<style>
a { background-color: #47766C; }
a { background-color: rgb(71,118,108); }
div.DivClassName
{
background-color: #47766C;
}
.BgClassName
{
background-color: #47766C;
}
</style>
border-color css
<style>
span { border-color: #47766C; }
span { border-color: rgb(71,118,108); }
td.TdClassName
{
border-color: #47766C;
}
.TagClassName
{
border-color: #47766C;
}
</style>