Shades of Dark Green Copper #457B6F
Tints of Dark Green Copper #457B6F
RGB
CMYK
RGB Variations
Color information
#457B6F (or 0x457B6F) is known color: Dark Green Copper. HEX triplet: 45, 7B and 6F. RGB value is (69,123,111). Sum of RGB (Red+Green+Blue) = 69+123+111=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #457B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457B6F is #BA8490. Grayscale: #696969. Windows color (decimal): -12223633 or 7306053. OLE color: 7306053.
HSL color Cylindrical-coordinate representation of color #457B6F: hue angle of 166.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457B6F is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 123 | 111 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.52 |
| HSL | 166.67º | 0.28% | 0.38% | - |
| HSV(B) | 166.67º | 0.44% | 0.48% | - |
| XYZ | 12.41 | 16.58 | 17.59 | - |
| YUV | 105.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 111 | 0.44 | 0 | 0.10 | 0.52 | 166.67 | 0.28 | 0.38 |
| Hex | 45 | 7B | 6F | 2C | 0 | A | 34 | A7 | 1C | 26 |
| Octal | 105 | 173 | 157 | 54 | 0 | 12 | 64 | 247 | 34 | 46 |
| Binary | 1000101 | 1111011 | 1101111 | 101100 | 0 | 1010 | 110100 | 10100111 | 11100 | 100110 |
Color Harmonies of #457B6F
Complementary color
Monochromatic Colors of #457B6F
Black with #457B6F
Text Example
Text Example
White with #457B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457B6F; }
p { color: rgb(69,123,111); }
H1.HeaderClassName
{
color: #457B6F;
}
.AnyTagClassName
{
color: #457B6F;
}
</style>
background-color css
<style>
a { background-color: #457B6F; }
a { background-color: rgb(69,123,111); }
div.DivClassName
{
background-color: #457B6F;
}
.BgClassName
{
background-color: #457B6F;
}
</style>
border-color css
<style>
span { border-color: #457B6F; }
span { border-color: rgb(69,123,111); }
td.TdClassName
{
border-color: #457B6F;
}
.TagClassName
{
border-color: #457B6F;
}
</style>