Shades of Dark Green Copper #466B65
Tints of Dark Green Copper #466B65
RGB
CMYK
RGB Variations
Color information
#466B65 (or 0x466B65) is known color: Dark Green Copper. HEX triplet: 46, 6B and 65. RGB value is (70,107,101). Sum of RGB (Red+Green+Blue) = 70+107+101=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 107 - color contains mainly: green. Hex color #466B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B65 is #B9949A. Grayscale: #5F5F5F. Windows color (decimal): -12162203 or 6646598. OLE color: 6646598.
HSL color Cylindrical-coordinate representation of color #466B65: hue angle of 170.27º 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 #466B65 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 101 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.58 |
| HSL | 170.27º | 0.21% | 0.35% | - |
| HSV(B) | 170.27º | 0.35% | 0.42% | - |
| XYZ | 10.13 | 12.76 | 14.24 | - |
| YUV | 95.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 101 | 0.35 | 0 | 0.06 | 0.58 | 170.27 | 0.21 | 0.35 |
| Hex | 46 | 6B | 65 | 23 | 0 | 6 | 3A | AA | 15 | 23 |
| Octal | 106 | 153 | 145 | 43 | 0 | 6 | 72 | 252 | 25 | 43 |
| Binary | 1000110 | 1101011 | 1100101 | 100011 | 0 | 110 | 111010 | 10101010 | 10101 | 100011 |
Color Harmonies of #466B65
Complementary color
Monochromatic Colors of #466B65
Black with #466B65
Text Example
Text Example
White with #466B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B65; }
p { color: rgb(70,107,101); }
H1.HeaderClassName
{
color: #466B65;
}
.AnyTagClassName
{
color: #466B65;
}
</style>
background-color css
<style>
a { background-color: #466B65; }
a { background-color: rgb(70,107,101); }
div.DivClassName
{
background-color: #466B65;
}
.BgClassName
{
background-color: #466B65;
}
</style>
border-color css
<style>
span { border-color: #466B65; }
span { border-color: rgb(70,107,101); }
td.TdClassName
{
border-color: #466B65;
}
.TagClassName
{
border-color: #466B65;
}
</style>