Shades of Dark Green Copper #467A6C
Tints of Dark Green Copper #467A6C
RGB
CMYK
RGB Variations
Color information
#467A6C (or 0x467A6C) is known color: Dark Green Copper. HEX triplet: 46, 7A and 6C. RGB value is (70,122,108). Sum of RGB (Red+Green+Blue) = 70+122+108=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #467A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A6C is #B98593. Grayscale: #686868. Windows color (decimal): -12158356 or 7109190. OLE color: 7109190.
HSL color Cylindrical-coordinate representation of color #467A6C: hue angle of 163.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467A6C is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 122 | 108 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.52 |
| HSL | 163.85º | 0.27% | 0.38% | - |
| HSV(B) | 163.85º | 0.43% | 0.48% | - |
| XYZ | 12.19 | 16.3 | 16.69 | - |
| YUV | 104.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 108 | 0.43 | 0 | 0.11 | 0.52 | 163.85 | 0.27 | 0.38 |
| Hex | 46 | 7A | 6C | 2B | 0 | B | 34 | A4 | 1B | 26 |
| Octal | 106 | 172 | 154 | 53 | 0 | 13 | 64 | 244 | 33 | 46 |
| Binary | 1000110 | 1111010 | 1101100 | 101011 | 0 | 1011 | 110100 | 10100100 | 11011 | 100110 |
Color Harmonies of #467A6C
Complementary color
Monochromatic Colors of #467A6C
Black with #467A6C
Text Example
Text Example
White with #467A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A6C; }
p { color: rgb(70,122,108); }
H1.HeaderClassName
{
color: #467A6C;
}
.AnyTagClassName
{
color: #467A6C;
}
</style>
background-color css
<style>
a { background-color: #467A6C; }
a { background-color: rgb(70,122,108); }
div.DivClassName
{
background-color: #467A6C;
}
.BgClassName
{
background-color: #467A6C;
}
</style>
border-color css
<style>
span { border-color: #467A6C; }
span { border-color: rgb(70,122,108); }
td.TdClassName
{
border-color: #467A6C;
}
.TagClassName
{
border-color: #467A6C;
}
</style>