Shades of Dark Green Copper #4C6761
Tints of Dark Green Copper #4C6761
RGB
CMYK
RGB Variations
Color information
#4C6761 (or 0x4C6761) is known color: Dark Green Copper. HEX triplet: 4C, 67 and 61. RGB value is (76,103,97). Sum of RGB (Red+Green+Blue) = 76+103+97=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #4C6761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6761 is #B3989E. Grayscale: #5E5E5E. Windows color (decimal): -11770015 or 6383436. OLE color: 6383436.
HSL color Cylindrical-coordinate representation of color #4C6761: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C6761 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 103 | 97 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.60 |
| HSL | 166.67º | 0.15% | 0.35% | - |
| HSV(B) | 166.67º | 0.26% | 0.4% | - |
| XYZ | 9.99 | 12.1 | 13.12 | - |
| YUV | 94.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 97 | 0.26 | 0 | 0.06 | 0.60 | 166.67 | 0.15 | 0.35 |
| Hex | 4C | 67 | 61 | 1A | 0 | 6 | 3C | A7 | F | 23 |
| Octal | 114 | 147 | 141 | 32 | 0 | 6 | 74 | 247 | 17 | 43 |
| Binary | 1001100 | 1100111 | 1100001 | 11010 | 0 | 110 | 111100 | 10100111 | 1111 | 100011 |
Color Harmonies of #4C6761
Complementary color
Monochromatic Colors of #4C6761
Black with #4C6761
Text Example
Text Example
White with #4C6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6761; }
p { color: rgb(76,103,97); }
H1.HeaderClassName
{
color: #4C6761;
}
.AnyTagClassName
{
color: #4C6761;
}
</style>
background-color css
<style>
a { background-color: #4C6761; }
a { background-color: rgb(76,103,97); }
div.DivClassName
{
background-color: #4C6761;
}
.BgClassName
{
background-color: #4C6761;
}
</style>
border-color css
<style>
span { border-color: #4C6761; }
span { border-color: rgb(76,103,97); }
td.TdClassName
{
border-color: #4C6761;
}
.TagClassName
{
border-color: #4C6761;
}
</style>