Shades of Dark Green Copper #466F65
Tints of Dark Green Copper #466F65
RGB
CMYK
RGB Variations
Color information
#466F65 (or 0x466F65) is known color: Dark Green Copper. HEX triplet: 46, 6F and 65. RGB value is (70,111,101). Sum of RGB (Red+Green+Blue) = 70+111+101=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 111 - color contains mainly: green. Hex color #466F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F65 is #B9909A. Grayscale: #616161. Windows color (decimal): -12161179 or 6647622. OLE color: 6647622.
HSL color Cylindrical-coordinate representation of color #466F65: hue angle of 165.37º 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 #466F65 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 101 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.56 |
| HSL | 165.37º | 0.23% | 0.35% | - |
| HSV(B) | 165.37º | 0.37% | 0.44% | - |
| XYZ | 10.56 | 13.61 | 14.38 | - |
| YUV | 97.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 101 | 0.37 | 0 | 0.09 | 0.56 | 165.37 | 0.23 | 0.35 |
| Hex | 46 | 6F | 65 | 25 | 0 | 9 | 38 | A5 | 17 | 23 |
| Octal | 106 | 157 | 145 | 45 | 0 | 11 | 70 | 245 | 27 | 43 |
| Binary | 1000110 | 1101111 | 1100101 | 100101 | 0 | 1001 | 111000 | 10100101 | 10111 | 100011 |
Color Harmonies of #466F65
Complementary color
Monochromatic Colors of #466F65
Black with #466F65
Text Example
Text Example
White with #466F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F65; }
p { color: rgb(70,111,101); }
H1.HeaderClassName
{
color: #466F65;
}
.AnyTagClassName
{
color: #466F65;
}
</style>
background-color css
<style>
a { background-color: #466F65; }
a { background-color: rgb(70,111,101); }
div.DivClassName
{
background-color: #466F65;
}
.BgClassName
{
background-color: #466F65;
}
</style>
border-color css
<style>
span { border-color: #466F65; }
span { border-color: rgb(70,111,101); }
td.TdClassName
{
border-color: #466F65;
}
.TagClassName
{
border-color: #466F65;
}
</style>