Shades of Dark Green Copper #4F7465
Tints of Dark Green Copper #4F7465
RGB
CMYK
RGB Variations
Color information
#4F7465 (or 0x4F7465) is known color: Dark Green Copper. HEX triplet: 4F, 74 and 65. RGB value is (79,116,101). Sum of RGB (Red+Green+Blue) = 79+116+101=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7465 is #B08B9A. Grayscale: #676767. Windows color (decimal): -11570075 or 6648911. OLE color: 6648911.
HSL color Cylindrical-coordinate representation of color #4F7465: hue angle of 155.68º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F7465 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 116 | 101 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.55 |
| HSL | 155.68º | 0.19% | 0.38% | - |
| HSV(B) | 155.68º | 0.32% | 0.45% | - |
| XYZ | 11.82 | 15.09 | 14.6 | - |
| YUV | 103.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 101 | 0.32 | 0 | 0.13 | 0.55 | 155.68 | 0.19 | 0.38 |
| Hex | 4F | 74 | 65 | 20 | 0 | D | 37 | 9C | 13 | 26 |
| Octal | 117 | 164 | 145 | 40 | 0 | 15 | 67 | 234 | 23 | 46 |
| Binary | 1001111 | 1110100 | 1100101 | 100000 | 0 | 1101 | 110111 | 10011100 | 10011 | 100110 |
Color Harmonies of #4F7465
Complementary color
Monochromatic Colors of #4F7465
Black with #4F7465
Text Example
Text Example
White with #4F7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7465; }
p { color: rgb(79,116,101); }
H1.HeaderClassName
{
color: #4F7465;
}
.AnyTagClassName
{
color: #4F7465;
}
</style>
background-color css
<style>
a { background-color: #4F7465; }
a { background-color: rgb(79,116,101); }
div.DivClassName
{
background-color: #4F7465;
}
.BgClassName
{
background-color: #4F7465;
}
</style>
border-color css
<style>
span { border-color: #4F7465; }
span { border-color: rgb(79,116,101); }
td.TdClassName
{
border-color: #4F7465;
}
.TagClassName
{
border-color: #4F7465;
}
</style>