Shades of Dark Green Copper #4F7567
Tints of Dark Green Copper #4F7567
RGB
CMYK
RGB Variations
Color information
#4F7567 (or 0x4F7567) is known color: Dark Green Copper. HEX triplet: 4F, 75 and 67. RGB value is (79,117,103). Sum of RGB (Red+Green+Blue) = 79+117+103=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7567 is #B08A98. Grayscale: #686868. Windows color (decimal): -11569817 or 6780239. OLE color: 6780239.
HSL color Cylindrical-coordinate representation of color #4F7567: hue angle of 157.89º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F7567 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 103 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.54 |
| HSL | 157.89º | 0.19% | 0.38% | - |
| HSV(B) | 157.89º | 0.32% | 0.46% | - |
| XYZ | 12.03 | 15.36 | 15.16 | - |
| YUV | 104.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 103 | 0.32 | 0 | 0.12 | 0.54 | 157.89 | 0.19 | 0.38 |
| Hex | 4F | 75 | 67 | 20 | 0 | C | 36 | 9E | 13 | 26 |
| Octal | 117 | 165 | 147 | 40 | 0 | 14 | 66 | 236 | 23 | 46 |
| Binary | 1001111 | 1110101 | 1100111 | 100000 | 0 | 1100 | 110110 | 10011110 | 10011 | 100110 |
Color Harmonies of #4F7567
Complementary color
Monochromatic Colors of #4F7567
Black with #4F7567
Text Example
Text Example
White with #4F7567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7567; }
p { color: rgb(79,117,103); }
H1.HeaderClassName
{
color: #4F7567;
}
.AnyTagClassName
{
color: #4F7567;
}
</style>
background-color css
<style>
a { background-color: #4F7567; }
a { background-color: rgb(79,117,103); }
div.DivClassName
{
background-color: #4F7567;
}
.BgClassName
{
background-color: #4F7567;
}
</style>
border-color css
<style>
span { border-color: #4F7567; }
span { border-color: rgb(79,117,103); }
td.TdClassName
{
border-color: #4F7567;
}
.TagClassName
{
border-color: #4F7567;
}
</style>