Shades of Dark Green Copper #457F74
Tints of Dark Green Copper #457F74
RGB
CMYK
RGB Variations
Color information
#457F74 (or 0x457F74) is known color: Dark Green Copper. HEX triplet: 45, 7F and 74. RGB value is (69,127,116). Sum of RGB (Red+Green+Blue) = 69+127+116=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 127 - color contains mainly: green. Hex color #457F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F74 is #BA808B. Grayscale: #6C6C6C. Windows color (decimal): -12222604 or 7634757. OLE color: 7634757.
HSL color Cylindrical-coordinate representation of color #457F74: hue angle of 168.62º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F74 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 116 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.50 |
| HSL | 168.62º | 0.3% | 0.38% | - |
| HSV(B) | 168.62º | 0.46% | 0.5% | - |
| XYZ | 13.2 | 17.7 | 19.24 | - |
| YUV | 108.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 116 | 0.46 | 0 | 0.09 | 0.50 | 168.62 | 0.3 | 0.38 |
| Hex | 45 | 7F | 74 | 2E | 0 | 9 | 32 | A9 | 1E | 26 |
| Octal | 105 | 177 | 164 | 56 | 0 | 11 | 62 | 251 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1110100 | 101110 | 0 | 1001 | 110010 | 10101001 | 11110 | 100110 |
Color Harmonies of #457F74
Complementary color
Monochromatic Colors of #457F74
Black with #457F74
Text Example
Text Example
White with #457F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F74; }
p { color: rgb(69,127,116); }
H1.HeaderClassName
{
color: #457F74;
}
.AnyTagClassName
{
color: #457F74;
}
</style>
background-color css
<style>
a { background-color: #457F74; }
a { background-color: rgb(69,127,116); }
div.DivClassName
{
background-color: #457F74;
}
.BgClassName
{
background-color: #457F74;
}
</style>
border-color css
<style>
span { border-color: #457F74; }
span { border-color: rgb(69,127,116); }
td.TdClassName
{
border-color: #457F74;
}
.TagClassName
{
border-color: #457F74;
}
</style>