Shades of Dark Green Copper #456761
Tints of Dark Green Copper #456761
RGB
CMYK
RGB Variations
Color information
#456761 (or 0x456761) is known color: Dark Green Copper. HEX triplet: 45, 67 and 61. RGB value is (69,103,97). Sum of RGB (Red+Green+Blue) = 69+103+97=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 103 - color contains mainly: green. Hex color #456761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456761 is #BA989E. Grayscale: #5C5C5C. Windows color (decimal): -12228767 or 6383429. OLE color: 6383429.
HSL color Cylindrical-coordinate representation of color #456761: hue angle of 169.41º 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 #456761 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 97 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.60 |
| HSL | 169.41º | 0.2% | 0.34% | - |
| HSV(B) | 169.41º | 0.33% | 0.4% | - |
| XYZ | 9.46 | 11.83 | 13.09 | - |
| YUV | 92.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 97 | 0.33 | 0 | 0.06 | 0.60 | 169.41 | 0.2 | 0.34 |
| Hex | 45 | 67 | 61 | 21 | 0 | 6 | 3C | A9 | 14 | 22 |
| Octal | 105 | 147 | 141 | 41 | 0 | 6 | 74 | 251 | 24 | 42 |
| Binary | 1000101 | 1100111 | 1100001 | 100001 | 0 | 110 | 111100 | 10101001 | 10100 | 100010 |
Color Harmonies of #456761
Complementary color
Monochromatic Colors of #456761
Black with #456761
Text Example
Text Example
White with #456761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456761; }
p { color: rgb(69,103,97); }
H1.HeaderClassName
{
color: #456761;
}
.AnyTagClassName
{
color: #456761;
}
</style>
background-color css
<style>
a { background-color: #456761; }
a { background-color: rgb(69,103,97); }
div.DivClassName
{
background-color: #456761;
}
.BgClassName
{
background-color: #456761;
}
</style>
border-color css
<style>
span { border-color: #456761; }
span { border-color: rgb(69,103,97); }
td.TdClassName
{
border-color: #456761;
}
.TagClassName
{
border-color: #456761;
}
</style>