Shades of Dark Green Copper #4A7667
Tints of Dark Green Copper #4A7667
RGB
CMYK
RGB Variations
Color information
#4A7667 (or 0x4A7667) is known color: Dark Green Copper. HEX triplet: 4A, 76 and 67. RGB value is (74,118,103). Sum of RGB (Red+Green+Blue) = 74+118+103=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7667 is #B58998. Grayscale: #676767. Windows color (decimal): -11897241 or 6780490. OLE color: 6780490.
HSL color Cylindrical-coordinate representation of color #4A7667: hue angle of 159.55º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A7667 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 103 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.54 |
| HSL | 159.55º | 0.23% | 0.38% | - |
| HSV(B) | 159.55º | 0.37% | 0.46% | - |
| XYZ | 11.75 | 15.39 | 15.18 | - |
| YUV | 103.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 103 | 0.37 | 0 | 0.13 | 0.54 | 159.55 | 0.23 | 0.38 |
| Hex | 4A | 76 | 67 | 25 | 0 | D | 36 | A0 | 17 | 26 |
| Octal | 112 | 166 | 147 | 45 | 0 | 15 | 66 | 240 | 27 | 46 |
| Binary | 1001010 | 1110110 | 1100111 | 100101 | 0 | 1101 | 110110 | 10100000 | 10111 | 100110 |
Color Harmonies of #4A7667
Complementary color
Monochromatic Colors of #4A7667
Black with #4A7667
Text Example
Text Example
White with #4A7667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7667; }
p { color: rgb(74,118,103); }
H1.HeaderClassName
{
color: #4A7667;
}
.AnyTagClassName
{
color: #4A7667;
}
</style>
background-color css
<style>
a { background-color: #4A7667; }
a { background-color: rgb(74,118,103); }
div.DivClassName
{
background-color: #4A7667;
}
.BgClassName
{
background-color: #4A7667;
}
</style>
border-color css
<style>
span { border-color: #4A7667; }
span { border-color: rgb(74,118,103); }
td.TdClassName
{
border-color: #4A7667;
}
.TagClassName
{
border-color: #4A7667;
}
</style>