Shades of Dark Green Copper #3F766E
Tints of Dark Green Copper #3F766E
RGB
CMYK
RGB Variations
Color information
#3F766E (or 0x3F766E) is known color: Dark Green Copper. HEX triplet: 3F, 76 and 6E. RGB value is (63,118,110). Sum of RGB (Red+Green+Blue) = 63+118+110=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #3F766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F766E is #C08991. Grayscale: #646464. Windows color (decimal): -12618130 or 7239231. OLE color: 7239231.
HSL color Cylindrical-coordinate representation of color #3F766E: hue angle of 171.27º 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 #3F766E is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 110 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.54 |
| HSL | 171.27º | 0.3% | 0.35% | - |
| HSV(B) | 171.27º | 0.47% | 0.46% | - |
| XYZ | 11.34 | 15.14 | 17.08 | - |
| YUV | 100.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 110 | 0.47 | 0 | 0.07 | 0.54 | 171.27 | 0.3 | 0.35 |
| Hex | 3F | 76 | 6E | 2F | 0 | 7 | 36 | AB | 1E | 23 |
| Octal | 77 | 166 | 156 | 57 | 0 | 7 | 66 | 253 | 36 | 43 |
| Binary | 111111 | 1110110 | 1101110 | 101111 | 0 | 111 | 110110 | 10101011 | 11110 | 100011 |
Color Harmonies of #3F766E
Complementary color
Monochromatic Colors of #3F766E
Black with #3F766E
Text Example
Text Example
White with #3F766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F766E; }
p { color: rgb(63,118,110); }
H1.HeaderClassName
{
color: #3F766E;
}
.AnyTagClassName
{
color: #3F766E;
}
</style>
background-color css
<style>
a { background-color: #3F766E; }
a { background-color: rgb(63,118,110); }
div.DivClassName
{
background-color: #3F766E;
}
.BgClassName
{
background-color: #3F766E;
}
</style>
border-color css
<style>
span { border-color: #3F766E; }
span { border-color: rgb(63,118,110); }
td.TdClassName
{
border-color: #3F766E;
}
.TagClassName
{
border-color: #3F766E;
}
</style>