Shades of Dark Green Copper #547A70
Tints of Dark Green Copper #547A70
RGB
CMYK
RGB Variations
Color information
#547A70 (or 0x547A70) is known color: Dark Green Copper. HEX triplet: 54, 7A and 70. RGB value is (84,122,112). Sum of RGB (Red+Green+Blue) = 84+122+112=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 122 - color contains mainly: green. Hex color #547A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A70 is #AB858F. Grayscale: #6D6D6D. Windows color (decimal): -11240848 or 7371348. OLE color: 7371348.
HSL color Cylindrical-coordinate representation of color #547A70: hue angle of 164.21º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #547A70 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 122 | 112 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.52 |
| HSL | 164.21º | 0.18% | 0.4% | - |
| HSV(B) | 164.21º | 0.31% | 0.48% | - |
| XYZ | 13.54 | 16.97 | 17.89 | - |
| YUV | 109.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 112 | 0.31 | 0 | 0.08 | 0.52 | 164.21 | 0.18 | 0.4 |
| Hex | 54 | 7A | 70 | 1F | 0 | 8 | 34 | A4 | 12 | 28 |
| Octal | 124 | 172 | 160 | 37 | 0 | 10 | 64 | 244 | 22 | 50 |
| Binary | 1010100 | 1111010 | 1110000 | 11111 | 0 | 1000 | 110100 | 10100100 | 10010 | 101000 |
Color Harmonies of #547A70
Complementary color
Monochromatic Colors of #547A70
Black with #547A70
Text Example
Text Example
White with #547A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547A70; }
p { color: rgb(84,122,112); }
H1.HeaderClassName
{
color: #547A70;
}
.AnyTagClassName
{
color: #547A70;
}
</style>
background-color css
<style>
a { background-color: #547A70; }
a { background-color: rgb(84,122,112); }
div.DivClassName
{
background-color: #547A70;
}
.BgClassName
{
background-color: #547A70;
}
</style>
border-color css
<style>
span { border-color: #547A70; }
span { border-color: rgb(84,122,112); }
td.TdClassName
{
border-color: #547A70;
}
.TagClassName
{
border-color: #547A70;
}
</style>