Shades of Dark Green Copper #4C7669
Tints of Dark Green Copper #4C7669
RGB
CMYK
RGB Variations
Color information
#4C7669 (or 0x4C7669) is known color: Dark Green Copper. HEX triplet: 4C, 76 and 69. RGB value is (76,118,105). Sum of RGB (Red+Green+Blue) = 76+118+105=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #4C7669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7669 is #B38996. Grayscale: #676767. Windows color (decimal): -11766167 or 6911564. OLE color: 6911564.
HSL color Cylindrical-coordinate representation of color #4C7669: hue angle of 161.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C7669 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 118 | 105 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.54 |
| HSL | 161.43º | 0.22% | 0.38% | - |
| HSV(B) | 161.43º | 0.36% | 0.46% | - |
| XYZ | 12.01 | 15.51 | 15.73 | - |
| YUV | 103.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 105 | 0.36 | 0 | 0.11 | 0.54 | 161.43 | 0.22 | 0.38 |
| Hex | 4C | 76 | 69 | 24 | 0 | B | 36 | A1 | 16 | 26 |
| Octal | 114 | 166 | 151 | 44 | 0 | 13 | 66 | 241 | 26 | 46 |
| Binary | 1001100 | 1110110 | 1101001 | 100100 | 0 | 1011 | 110110 | 10100001 | 10110 | 100110 |
Color Harmonies of #4C7669
Complementary color
Monochromatic Colors of #4C7669
Black with #4C7669
Text Example
Text Example
White with #4C7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7669; }
p { color: rgb(76,118,105); }
H1.HeaderClassName
{
color: #4C7669;
}
.AnyTagClassName
{
color: #4C7669;
}
</style>
background-color css
<style>
a { background-color: #4C7669; }
a { background-color: rgb(76,118,105); }
div.DivClassName
{
background-color: #4C7669;
}
.BgClassName
{
background-color: #4C7669;
}
</style>
border-color css
<style>
span { border-color: #4C7669; }
span { border-color: rgb(76,118,105); }
td.TdClassName
{
border-color: #4C7669;
}
.TagClassName
{
border-color: #4C7669;
}
</style>