Shades of Dark Green Copper #4F786C
Tints of Dark Green Copper #4F786C
RGB
CMYK
RGB Variations
Color information
#4F786C (or 0x4F786C) is known color: Dark Green Copper. HEX triplet: 4F, 78 and 6C. RGB value is (79,120,108). Sum of RGB (Red+Green+Blue) = 79+120+108=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #4F786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F786C is #B08793. Grayscale: #6A6A6A. Windows color (decimal): -11569044 or 7108687. OLE color: 7108687.
HSL color Cylindrical-coordinate representation of color #4F786C: hue angle of 162.44º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F786C is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 120 | 108 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.53 |
| HSL | 162.44º | 0.21% | 0.39% | - |
| HSV(B) | 162.44º | 0.34% | 0.47% | - |
| XYZ | 12.65 | 16.18 | 16.64 | - |
| YUV | 106.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 120 | 108 | 0.34 | 0 | 0.10 | 0.53 | 162.44 | 0.21 | 0.39 |
| Hex | 4F | 78 | 6C | 22 | 0 | A | 35 | A2 | 15 | 27 |
| Octal | 117 | 170 | 154 | 42 | 0 | 12 | 65 | 242 | 25 | 47 |
| Binary | 1001111 | 1111000 | 1101100 | 100010 | 0 | 1010 | 110101 | 10100010 | 10101 | 100111 |
Color Harmonies of #4F786C
Complementary color
Monochromatic Colors of #4F786C
Black with #4F786C
Text Example
Text Example
White with #4F786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F786C; }
p { color: rgb(79,120,108); }
H1.HeaderClassName
{
color: #4F786C;
}
.AnyTagClassName
{
color: #4F786C;
}
</style>
background-color css
<style>
a { background-color: #4F786C; }
a { background-color: rgb(79,120,108); }
div.DivClassName
{
background-color: #4F786C;
}
.BgClassName
{
background-color: #4F786C;
}
</style>
border-color css
<style>
span { border-color: #4F786C; }
span { border-color: rgb(79,120,108); }
td.TdClassName
{
border-color: #4F786C;
}
.TagClassName
{
border-color: #4F786C;
}
</style>