Shades of Dark Green Copper #45786A
Tints of Dark Green Copper #45786A
RGB
CMYK
RGB Variations
Color information
#45786A (or 0x45786A) is known color: Dark Green Copper. HEX triplet: 45, 78 and 6A. RGB value is (69,120,106). Sum of RGB (Red+Green+Blue) = 69+120+106=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #45786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45786A is #BA8795. Grayscale: #676767. Windows color (decimal): -12224406 or 6977605. OLE color: 6977605.
HSL color Cylindrical-coordinate representation of color #45786A: hue angle of 163.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45786A is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 120 | 106 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.53 |
| HSL | 163.53º | 0.27% | 0.37% | - |
| HSV(B) | 163.53º | 0.43% | 0.47% | - |
| XYZ | 11.77 | 15.74 | 16.05 | - |
| YUV | 103.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 106 | 0.42 | 0 | 0.12 | 0.53 | 163.53 | 0.27 | 0.37 |
| Hex | 45 | 78 | 6A | 2A | 0 | C | 35 | A4 | 1B | 25 |
| Octal | 105 | 170 | 152 | 52 | 0 | 14 | 65 | 244 | 33 | 45 |
| Binary | 1000101 | 1111000 | 1101010 | 101010 | 0 | 1100 | 110101 | 10100100 | 11011 | 100101 |
Color Harmonies of #45786A
Complementary color
Monochromatic Colors of #45786A
Black with #45786A
Text Example
Text Example
White with #45786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45786A; }
p { color: rgb(69,120,106); }
H1.HeaderClassName
{
color: #45786A;
}
.AnyTagClassName
{
color: #45786A;
}
</style>
background-color css
<style>
a { background-color: #45786A; }
a { background-color: rgb(69,120,106); }
div.DivClassName
{
background-color: #45786A;
}
.BgClassName
{
background-color: #45786A;
}
</style>
border-color css
<style>
span { border-color: #45786A; }
span { border-color: rgb(69,120,106); }
td.TdClassName
{
border-color: #45786A;
}
.TagClassName
{
border-color: #45786A;
}
</style>