Shades of Dark Green Copper #466F66
Tints of Dark Green Copper #466F66
RGB
CMYK
RGB Variations
Color information
#466F66 (or 0x466F66) is known color: Dark Green Copper. HEX triplet: 46, 6F and 66. RGB value is (70,111,102). Sum of RGB (Red+Green+Blue) = 70+111+102=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #466F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F66 is #B99099. Grayscale: #616161. Windows color (decimal): -12161178 or 6713158. OLE color: 6713158.
HSL color Cylindrical-coordinate representation of color #466F66: hue angle of 166.83º 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 #466F66 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 102 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.56 |
| HSL | 166.83º | 0.23% | 0.35% | - |
| HSV(B) | 166.83º | 0.37% | 0.44% | - |
| XYZ | 10.61 | 13.63 | 14.64 | - |
| YUV | 97.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 102 | 0.37 | 0 | 0.08 | 0.56 | 166.83 | 0.23 | 0.35 |
| Hex | 46 | 6F | 66 | 25 | 0 | 8 | 38 | A7 | 17 | 23 |
| Octal | 106 | 157 | 146 | 45 | 0 | 10 | 70 | 247 | 27 | 43 |
| Binary | 1000110 | 1101111 | 1100110 | 100101 | 0 | 1000 | 111000 | 10100111 | 10111 | 100011 |
Color Harmonies of #466F66
Complementary color
Monochromatic Colors of #466F66
Black with #466F66
Text Example
Text Example
White with #466F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F66; }
p { color: rgb(70,111,102); }
H1.HeaderClassName
{
color: #466F66;
}
.AnyTagClassName
{
color: #466F66;
}
</style>
background-color css
<style>
a { background-color: #466F66; }
a { background-color: rgb(70,111,102); }
div.DivClassName
{
background-color: #466F66;
}
.BgClassName
{
background-color: #466F66;
}
</style>
border-color css
<style>
span { border-color: #466F66; }
span { border-color: rgb(70,111,102); }
td.TdClassName
{
border-color: #466F66;
}
.TagClassName
{
border-color: #466F66;
}
</style>