Shades of Dark Green Copper #466F6D
Tints of Dark Green Copper #466F6D
RGB
CMYK
RGB Variations
Color information
#466F6D (or 0x466F6D) is known color: Dark Green Copper. HEX triplet: 46, 6F and 6D. RGB value is (70,111,109). Sum of RGB (Red+Green+Blue) = 70+111+109=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 111 - color contains mainly: green. Hex color #466F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F6D is #B99092. Grayscale: #626262. Windows color (decimal): -12161171 or 7171910. OLE color: 7171910.
HSL color Cylindrical-coordinate representation of color #466F6D: hue angle of 177.07º 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 #466F6D is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 109 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.56 |
| HSL | 177.07º | 0.23% | 0.35% | - |
| HSV(B) | 177.07º | 0.37% | 0.44% | - |
| XYZ | 10.97 | 13.78 | 16.55 | - |
| YUV | 98.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 109 | 0.37 | 0 | 0.02 | 0.56 | 177.07 | 0.23 | 0.35 |
| Hex | 46 | 6F | 6D | 25 | 0 | 2 | 38 | B1 | 17 | 23 |
| Octal | 106 | 157 | 155 | 45 | 0 | 2 | 70 | 261 | 27 | 43 |
| Binary | 1000110 | 1101111 | 1101101 | 100101 | 0 | 10 | 111000 | 10110001 | 10111 | 100011 |
Color Harmonies of #466F6D
Complementary color
Monochromatic Colors of #466F6D
Black with #466F6D
Text Example
Text Example
White with #466F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F6D; }
p { color: rgb(70,111,109); }
H1.HeaderClassName
{
color: #466F6D;
}
.AnyTagClassName
{
color: #466F6D;
}
</style>
background-color css
<style>
a { background-color: #466F6D; }
a { background-color: rgb(70,111,109); }
div.DivClassName
{
background-color: #466F6D;
}
.BgClassName
{
background-color: #466F6D;
}
</style>
border-color css
<style>
span { border-color: #466F6D; }
span { border-color: rgb(70,111,109); }
td.TdClassName
{
border-color: #466F6D;
}
.TagClassName
{
border-color: #466F6D;
}
</style>