Shades of Dark Green Copper #3F766C
Tints of Dark Green Copper #3F766C
RGB
CMYK
RGB Variations
Color information
#3F766C (or 0x3F766C) is known color: Dark Green Copper. HEX triplet: 3F, 76 and 6C. RGB value is (63,118,108). Sum of RGB (Red+Green+Blue) = 63+118+108=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #3F766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F766C is #C08993. Grayscale: #646464. Windows color (decimal): -12618132 or 7108159. OLE color: 7108159.
HSL color Cylindrical-coordinate representation of color #3F766C: hue angle of 169.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F766C is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 108 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.54 |
| HSL | 169.09º | 0.3% | 0.35% | - |
| HSV(B) | 169.09º | 0.47% | 0.46% | - |
| XYZ | 11.24 | 15.1 | 16.51 | - |
| YUV | 100.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 108 | 0.47 | 0 | 0.08 | 0.54 | 169.09 | 0.3 | 0.35 |
| Hex | 3F | 76 | 6C | 2F | 0 | 8 | 36 | A9 | 1E | 23 |
| Octal | 77 | 166 | 154 | 57 | 0 | 10 | 66 | 251 | 36 | 43 |
| Binary | 111111 | 1110110 | 1101100 | 101111 | 0 | 1000 | 110110 | 10101001 | 11110 | 100011 |
Color Harmonies of #3F766C
Complementary color
Monochromatic Colors of #3F766C
Black with #3F766C
Text Example
Text Example
White with #3F766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F766C; }
p { color: rgb(63,118,108); }
H1.HeaderClassName
{
color: #3F766C;
}
.AnyTagClassName
{
color: #3F766C;
}
</style>
background-color css
<style>
a { background-color: #3F766C; }
a { background-color: rgb(63,118,108); }
div.DivClassName
{
background-color: #3F766C;
}
.BgClassName
{
background-color: #3F766C;
}
</style>
border-color css
<style>
span { border-color: #3F766C; }
span { border-color: rgb(63,118,108); }
td.TdClassName
{
border-color: #3F766C;
}
.TagClassName
{
border-color: #3F766C;
}
</style>