Shades of Dark Green Copper #467068
Tints of Dark Green Copper #467068
RGB
CMYK
RGB Variations
Color information
#467068 (or 0x467068) is known color: Dark Green Copper. HEX triplet: 46, 70 and 68. RGB value is (70,112,104). Sum of RGB (Red+Green+Blue) = 70+112+104=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #467068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467068 is #B98F97. Grayscale: #626262. Windows color (decimal): -12160920 or 6844486. OLE color: 6844486.
HSL color Cylindrical-coordinate representation of color #467068: hue angle of 168.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467068 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 104 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.56 |
| HSL | 168.57º | 0.23% | 0.36% | - |
| HSV(B) | 168.57º | 0.38% | 0.44% | - |
| XYZ | 10.82 | 13.89 | 15.21 | - |
| YUV | 98.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 104 | 0.38 | 0 | 0.07 | 0.56 | 168.57 | 0.23 | 0.36 |
| Hex | 46 | 70 | 68 | 26 | 0 | 7 | 38 | A9 | 17 | 24 |
| Octal | 106 | 160 | 150 | 46 | 0 | 7 | 70 | 251 | 27 | 44 |
| Binary | 1000110 | 1110000 | 1101000 | 100110 | 0 | 111 | 111000 | 10101001 | 10111 | 100100 |
Color Harmonies of #467068
Complementary color
Monochromatic Colors of #467068
Black with #467068
Text Example
Text Example
White with #467068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467068; }
p { color: rgb(70,112,104); }
H1.HeaderClassName
{
color: #467068;
}
.AnyTagClassName
{
color: #467068;
}
</style>
background-color css
<style>
a { background-color: #467068; }
a { background-color: rgb(70,112,104); }
div.DivClassName
{
background-color: #467068;
}
.BgClassName
{
background-color: #467068;
}
</style>
border-color css
<style>
span { border-color: #467068; }
span { border-color: rgb(70,112,104); }
td.TdClassName
{
border-color: #467068;
}
.TagClassName
{
border-color: #467068;
}
</style>