Shades of Dark Green Copper #466F67
Tints of Dark Green Copper #466F67
RGB
CMYK
RGB Variations
Color information
#466F67 (or 0x466F67) is known color: Dark Green Copper. HEX triplet: 46, 6F and 67. RGB value is (70,111,103). Sum of RGB (Red+Green+Blue) = 70+111+103=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #466F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F67 is #B99098. Grayscale: #616161. Windows color (decimal): -12161177 or 6778694. OLE color: 6778694.
HSL color Cylindrical-coordinate representation of color #466F67: hue angle of 168.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #466F67 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 103 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.56 |
| HSL | 168.29º | 0.23% | 0.35% | - |
| HSV(B) | 168.29º | 0.37% | 0.44% | - |
| XYZ | 10.66 | 13.65 | 14.9 | - |
| YUV | 97.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 103 | 0.37 | 0 | 0.07 | 0.56 | 168.29 | 0.23 | 0.35 |
| Hex | 46 | 6F | 67 | 25 | 0 | 7 | 38 | A8 | 17 | 23 |
| Octal | 106 | 157 | 147 | 45 | 0 | 7 | 70 | 250 | 27 | 43 |
| Binary | 1000110 | 1101111 | 1100111 | 100101 | 0 | 111 | 111000 | 10101000 | 10111 | 100011 |
Color Harmonies of #466F67
Complementary color
Monochromatic Colors of #466F67
Black with #466F67
Text Example
Text Example
White with #466F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F67; }
p { color: rgb(70,111,103); }
H1.HeaderClassName
{
color: #466F67;
}
.AnyTagClassName
{
color: #466F67;
}
</style>
background-color css
<style>
a { background-color: #466F67; }
a { background-color: rgb(70,111,103); }
div.DivClassName
{
background-color: #466F67;
}
.BgClassName
{
background-color: #466F67;
}
</style>
border-color css
<style>
span { border-color: #466F67; }
span { border-color: rgb(70,111,103); }
td.TdClassName
{
border-color: #466F67;
}
.TagClassName
{
border-color: #466F67;
}
</style>