Shades of Dark Green Copper #466C65
Tints of Dark Green Copper #466C65
RGB
CMYK
RGB Variations
Color information
#466C65 (or 0x466C65) is known color: Dark Green Copper. HEX triplet: 46, 6C and 65. RGB value is (70,108,101). Sum of RGB (Red+Green+Blue) = 70+108+101=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #466C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C65 is #B9939A. Grayscale: #5F5F5F. Windows color (decimal): -12161947 or 6646854. OLE color: 6646854.
HSL color Cylindrical-coordinate representation of color #466C65: hue angle of 168.95º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466C65 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 108 | 101 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.58 |
| HSL | 168.95º | 0.21% | 0.35% | - |
| HSV(B) | 168.95º | 0.35% | 0.42% | - |
| XYZ | 10.24 | 12.97 | 14.28 | - |
| YUV | 95.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 101 | 0.35 | 0 | 0.06 | 0.58 | 168.95 | 0.21 | 0.35 |
| Hex | 46 | 6C | 65 | 23 | 0 | 6 | 3A | A9 | 15 | 23 |
| Octal | 106 | 154 | 145 | 43 | 0 | 6 | 72 | 251 | 25 | 43 |
| Binary | 1000110 | 1101100 | 1100101 | 100011 | 0 | 110 | 111010 | 10101001 | 10101 | 100011 |
Color Harmonies of #466C65
Complementary color
Monochromatic Colors of #466C65
Black with #466C65
Text Example
Text Example
White with #466C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C65; }
p { color: rgb(70,108,101); }
H1.HeaderClassName
{
color: #466C65;
}
.AnyTagClassName
{
color: #466C65;
}
</style>
background-color css
<style>
a { background-color: #466C65; }
a { background-color: rgb(70,108,101); }
div.DivClassName
{
background-color: #466C65;
}
.BgClassName
{
background-color: #466C65;
}
</style>
border-color css
<style>
span { border-color: #466C65; }
span { border-color: rgb(70,108,101); }
td.TdClassName
{
border-color: #466C65;
}
.TagClassName
{
border-color: #466C65;
}
</style>