Shades of Dark Green Copper #456763
Tints of Dark Green Copper #456763
RGB
CMYK
RGB Variations
Color information
#456763 (or 0x456763) is known color: Dark Green Copper. HEX triplet: 45, 67 and 63. RGB value is (69,103,99). Sum of RGB (Red+Green+Blue) = 69+103+99=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #456763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456763 is #BA989C. Grayscale: #5C5C5C. Windows color (decimal): -12228765 or 6514501. OLE color: 6514501.
HSL color Cylindrical-coordinate representation of color #456763: hue angle of 172.94º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #456763 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 99 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.60 |
| HSL | 172.94º | 0.2% | 0.34% | - |
| HSV(B) | 172.94º | 0.33% | 0.4% | - |
| XYZ | 9.56 | 11.87 | 13.59 | - |
| YUV | 92.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 99 | 0.33 | 0 | 0.04 | 0.60 | 172.94 | 0.2 | 0.34 |
| Hex | 45 | 67 | 63 | 21 | 0 | 4 | 3C | AD | 14 | 22 |
| Octal | 105 | 147 | 143 | 41 | 0 | 4 | 74 | 255 | 24 | 42 |
| Binary | 1000101 | 1100111 | 1100011 | 100001 | 0 | 100 | 111100 | 10101101 | 10100 | 100010 |
Color Harmonies of #456763
Complementary color
Monochromatic Colors of #456763
Black with #456763
Text Example
Text Example
White with #456763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456763; }
p { color: rgb(69,103,99); }
H1.HeaderClassName
{
color: #456763;
}
.AnyTagClassName
{
color: #456763;
}
</style>
background-color css
<style>
a { background-color: #456763; }
a { background-color: rgb(69,103,99); }
div.DivClassName
{
background-color: #456763;
}
.BgClassName
{
background-color: #456763;
}
</style>
border-color css
<style>
span { border-color: #456763; }
span { border-color: rgb(69,103,99); }
td.TdClassName
{
border-color: #456763;
}
.TagClassName
{
border-color: #456763;
}
</style>