Shades of Dark Green Copper #3F6F67
Tints of Dark Green Copper #3F6F67
RGB
CMYK
RGB Variations
Color information
#3F6F67 (or 0x3F6F67) is known color: Dark Green Copper. HEX triplet: 3F, 6F and 67. RGB value is (63,111,103). Sum of RGB (Red+Green+Blue) = 63+111+103=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F67 is #C09098. Grayscale: #5F5F5F. Windows color (decimal): -12619929 or 6778687. OLE color: 6778687.
HSL color Cylindrical-coordinate representation of color #3F6F67: hue angle of 170º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F6F67 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 111 | 103 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.56 |
| HSL | 170º | 0.28% | 0.34% | - |
| HSV(B) | 170º | 0.43% | 0.44% | - |
| XYZ | 10.18 | 13.4 | 14.88 | - |
| YUV | 95.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 111 | 103 | 0.43 | 0 | 0.07 | 0.56 | 170 | 0.28 | 0.34 |
| Hex | 3F | 6F | 67 | 2B | 0 | 7 | 38 | AA | 1C | 22 |
| Octal | 77 | 157 | 147 | 53 | 0 | 7 | 70 | 252 | 34 | 42 |
| Binary | 111111 | 1101111 | 1100111 | 101011 | 0 | 111 | 111000 | 10101010 | 11100 | 100010 |
Color Harmonies of #3F6F67
Complementary color
Monochromatic Colors of #3F6F67
Black with #3F6F67
Text Example
Text Example
White with #3F6F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6F67; }
p { color: rgb(63,111,103); }
H1.HeaderClassName
{
color: #3F6F67;
}
.AnyTagClassName
{
color: #3F6F67;
}
</style>
background-color css
<style>
a { background-color: #3F6F67; }
a { background-color: rgb(63,111,103); }
div.DivClassName
{
background-color: #3F6F67;
}
.BgClassName
{
background-color: #3F6F67;
}
</style>
border-color css
<style>
span { border-color: #3F6F67; }
span { border-color: rgb(63,111,103); }
td.TdClassName
{
border-color: #3F6F67;
}
.TagClassName
{
border-color: #3F6F67;
}
</style>