Shades of Dark Green Copper #3F796F
Tints of Dark Green Copper #3F796F
RGB
CMYK
RGB Variations
Color information
#3F796F (or 0x3F796F) is known color: Dark Green Copper. HEX triplet: 3F, 79 and 6F. RGB value is (63,121,111). Sum of RGB (Red+Green+Blue) = 63+121+111=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #3F796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F796F is #C08690. Grayscale: #666666. Windows color (decimal): -12617361 or 7305535. OLE color: 7305535.
HSL color Cylindrical-coordinate representation of color #3F796F: hue angle of 169.66º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F796F is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 121 | 111 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.53 |
| HSL | 169.66º | 0.32% | 0.36% | - |
| HSV(B) | 169.66º | 0.48% | 0.47% | - |
| XYZ | 11.76 | 15.88 | 17.48 | - |
| YUV | 102.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 111 | 0.48 | 0 | 0.08 | 0.53 | 169.66 | 0.32 | 0.36 |
| Hex | 3F | 79 | 6F | 30 | 0 | 8 | 35 | AA | 20 | 24 |
| Octal | 77 | 171 | 157 | 60 | 0 | 10 | 65 | 252 | 40 | 44 |
| Binary | 111111 | 1111001 | 1101111 | 110000 | 0 | 1000 | 110101 | 10101010 | 100000 | 100100 |
Color Harmonies of #3F796F
Complementary color
Monochromatic Colors of #3F796F
Black with #3F796F
Text Example
Text Example
White with #3F796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F796F; }
p { color: rgb(63,121,111); }
H1.HeaderClassName
{
color: #3F796F;
}
.AnyTagClassName
{
color: #3F796F;
}
</style>
background-color css
<style>
a { background-color: #3F796F; }
a { background-color: rgb(63,121,111); }
div.DivClassName
{
background-color: #3F796F;
}
.BgClassName
{
background-color: #3F796F;
}
</style>
border-color css
<style>
span { border-color: #3F796F; }
span { border-color: rgb(63,121,111); }
td.TdClassName
{
border-color: #3F796F;
}
.TagClassName
{
border-color: #3F796F;
}
</style>