Shades of Dark Green Copper #4F746B
Tints of Dark Green Copper #4F746B
RGB
CMYK
RGB Variations
Color information
#4F746B (or 0x4F746B) is known color: Dark Green Copper. HEX triplet: 4F, 74 and 6B. RGB value is (79,116,107). Sum of RGB (Red+Green+Blue) = 79+116+107=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #4F746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F746B is #B08B94. Grayscale: #676767. Windows color (decimal): -11570069 or 7042127. OLE color: 7042127.
HSL color Cylindrical-coordinate representation of color #4F746B: hue angle of 165.41º 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 #4F746B is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 116 | 107 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.55 |
| HSL | 165.41º | 0.19% | 0.38% | - |
| HSV(B) | 165.41º | 0.32% | 0.45% | - |
| XYZ | 12.12 | 15.21 | 16.21 | - |
| YUV | 103.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 107 | 0.32 | 0 | 0.08 | 0.55 | 165.41 | 0.19 | 0.38 |
| Hex | 4F | 74 | 6B | 20 | 0 | 8 | 37 | A5 | 13 | 26 |
| Octal | 117 | 164 | 153 | 40 | 0 | 10 | 67 | 245 | 23 | 46 |
| Binary | 1001111 | 1110100 | 1101011 | 100000 | 0 | 1000 | 110111 | 10100101 | 10011 | 100110 |
Color Harmonies of #4F746B
Complementary color
Monochromatic Colors of #4F746B
Black with #4F746B
Text Example
Text Example
White with #4F746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F746B; }
p { color: rgb(79,116,107); }
H1.HeaderClassName
{
color: #4F746B;
}
.AnyTagClassName
{
color: #4F746B;
}
</style>
background-color css
<style>
a { background-color: #4F746B; }
a { background-color: rgb(79,116,107); }
div.DivClassName
{
background-color: #4F746B;
}
.BgClassName
{
background-color: #4F746B;
}
</style>
border-color css
<style>
span { border-color: #4F746B; }
span { border-color: rgb(79,116,107); }
td.TdClassName
{
border-color: #4F746B;
}
.TagClassName
{
border-color: #4F746B;
}
</style>