Shades of Dark Green Copper #3F756F
Tints of Dark Green Copper #3F756F
RGB
CMYK
RGB Variations
Color information
#3F756F (or 0x3F756F) is known color: Dark Green Copper. HEX triplet: 3F, 75 and 6F. RGB value is (63,117,111). Sum of RGB (Red+Green+Blue) = 63+117+111=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #3F756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F756F is #C08A90. Grayscale: #646464. Windows color (decimal): -12618385 or 7304511. OLE color: 7304511.
HSL color Cylindrical-coordinate representation of color #3F756F: hue angle of 173.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F756F is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 111 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.54 |
| HSL | 173.33º | 0.3% | 0.35% | - |
| HSV(B) | 173.33º | 0.46% | 0.46% | - |
| XYZ | 11.28 | 14.93 | 17.33 | - |
| YUV | 100.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 111 | 0.46 | 0 | 0.05 | 0.54 | 173.33 | 0.3 | 0.35 |
| Hex | 3F | 75 | 6F | 2E | 0 | 5 | 36 | AD | 1E | 23 |
| Octal | 77 | 165 | 157 | 56 | 0 | 5 | 66 | 255 | 36 | 43 |
| Binary | 111111 | 1110101 | 1101111 | 101110 | 0 | 101 | 110110 | 10101101 | 11110 | 100011 |
Color Harmonies of #3F756F
Complementary color
Monochromatic Colors of #3F756F
Black with #3F756F
Text Example
Text Example
White with #3F756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F756F; }
p { color: rgb(63,117,111); }
H1.HeaderClassName
{
color: #3F756F;
}
.AnyTagClassName
{
color: #3F756F;
}
</style>
background-color css
<style>
a { background-color: #3F756F; }
a { background-color: rgb(63,117,111); }
div.DivClassName
{
background-color: #3F756F;
}
.BgClassName
{
background-color: #3F756F;
}
</style>
border-color css
<style>
span { border-color: #3F756F; }
span { border-color: rgb(63,117,111); }
td.TdClassName
{
border-color: #3F756F;
}
.TagClassName
{
border-color: #3F756F;
}
</style>