Shades of Dark Green Copper #47766B
Tints of Dark Green Copper #47766B
RGB
CMYK
RGB Variations
Color information
#47766B (or 0x47766B) is known color: Dark Green Copper. HEX triplet: 47, 76 and 6B. RGB value is (71,118,107). Sum of RGB (Red+Green+Blue) = 71+118+107=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #47766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47766B is #B88994. Grayscale: #666666. Windows color (decimal): -12093845 or 7042631. OLE color: 7042631.
HSL color Cylindrical-coordinate representation of color #47766B: hue angle of 165.96º 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 #47766B is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 118 | 107 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.54 |
| HSL | 165.96º | 0.25% | 0.37% | - |
| HSV(B) | 165.96º | 0.4% | 0.46% | - |
| XYZ | 11.73 | 15.36 | 16.26 | - |
| YUV | 102.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 107 | 0.40 | 0 | 0.09 | 0.54 | 165.96 | 0.25 | 0.37 |
| Hex | 47 | 76 | 6B | 28 | 0 | 9 | 36 | A6 | 19 | 25 |
| Octal | 107 | 166 | 153 | 50 | 0 | 11 | 66 | 246 | 31 | 45 |
| Binary | 1000111 | 1110110 | 1101011 | 101000 | 0 | 1001 | 110110 | 10100110 | 11001 | 100101 |
Color Harmonies of #47766B
Complementary color
Monochromatic Colors of #47766B
Black with #47766B
Text Example
Text Example
White with #47766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47766B; }
p { color: rgb(71,118,107); }
H1.HeaderClassName
{
color: #47766B;
}
.AnyTagClassName
{
color: #47766B;
}
</style>
background-color css
<style>
a { background-color: #47766B; }
a { background-color: rgb(71,118,107); }
div.DivClassName
{
background-color: #47766B;
}
.BgClassName
{
background-color: #47766B;
}
</style>
border-color css
<style>
span { border-color: #47766B; }
span { border-color: rgb(71,118,107); }
td.TdClassName
{
border-color: #47766B;
}
.TagClassName
{
border-color: #47766B;
}
</style>