Shades of Dark Green Copper #45786C
Tints of Dark Green Copper #45786C
RGB
CMYK
RGB Variations
Color information
#45786C (or 0x45786C) is known color: Dark Green Copper. HEX triplet: 45, 78 and 6C. RGB value is (69,120,108). Sum of RGB (Red+Green+Blue) = 69+120+108=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #45786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45786C is #BA8793. Grayscale: #676767. Windows color (decimal): -12224404 or 7108677. OLE color: 7108677.
HSL color Cylindrical-coordinate representation of color #45786C: hue angle of 165.88º 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 #45786C is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 120 | 108 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.53 |
| HSL | 165.88º | 0.27% | 0.37% | - |
| HSV(B) | 165.88º | 0.43% | 0.47% | - |
| XYZ | 11.88 | 15.78 | 16.61 | - |
| YUV | 103.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 108 | 0.42 | 0 | 0.10 | 0.53 | 165.88 | 0.27 | 0.37 |
| Hex | 45 | 78 | 6C | 2A | 0 | A | 35 | A6 | 1B | 25 |
| Octal | 105 | 170 | 154 | 52 | 0 | 12 | 65 | 246 | 33 | 45 |
| Binary | 1000101 | 1111000 | 1101100 | 101010 | 0 | 1010 | 110101 | 10100110 | 11011 | 100101 |
Color Harmonies of #45786C
Complementary color
Monochromatic Colors of #45786C
Black with #45786C
Text Example
Text Example
White with #45786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45786C; }
p { color: rgb(69,120,108); }
H1.HeaderClassName
{
color: #45786C;
}
.AnyTagClassName
{
color: #45786C;
}
</style>
background-color css
<style>
a { background-color: #45786C; }
a { background-color: rgb(69,120,108); }
div.DivClassName
{
background-color: #45786C;
}
.BgClassName
{
background-color: #45786C;
}
</style>
border-color css
<style>
span { border-color: #45786C; }
span { border-color: rgb(69,120,108); }
td.TdClassName
{
border-color: #45786C;
}
.TagClassName
{
border-color: #45786C;
}
</style>