Shades of Dark Green Copper #427A6F
Tints of Dark Green Copper #427A6F
RGB
CMYK
RGB Variations
Color information
#427A6F (or 0x427A6F) is known color: Dark Green Copper. HEX triplet: 42, 7A and 6F. RGB value is (66,122,111). Sum of RGB (Red+Green+Blue) = 66+122+111=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #427A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A6F is #BD8590. Grayscale: #676767. Windows color (decimal): -12420497 or 7305794. OLE color: 7305794.
HSL color Cylindrical-coordinate representation of color #427A6F: hue angle of 168.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A6F is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 122 | 111 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.52 |
| HSL | 168.21º | 0.3% | 0.37% | - |
| HSV(B) | 168.21º | 0.46% | 0.48% | - |
| XYZ | 12.08 | 16.23 | 17.53 | - |
| YUV | 104 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 111 | 0.46 | 0 | 0.09 | 0.52 | 168.21 | 0.3 | 0.37 |
| Hex | 42 | 7A | 6F | 2E | 0 | 9 | 34 | A8 | 1E | 25 |
| Octal | 102 | 172 | 157 | 56 | 0 | 11 | 64 | 250 | 36 | 45 |
| Binary | 1000010 | 1111010 | 1101111 | 101110 | 0 | 1001 | 110100 | 10101000 | 11110 | 100101 |
Color Harmonies of #427A6F
Complementary color
Monochromatic Colors of #427A6F
Black with #427A6F
Text Example
Text Example
White with #427A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A6F; }
p { color: rgb(66,122,111); }
H1.HeaderClassName
{
color: #427A6F;
}
.AnyTagClassName
{
color: #427A6F;
}
</style>
background-color css
<style>
a { background-color: #427A6F; }
a { background-color: rgb(66,122,111); }
div.DivClassName
{
background-color: #427A6F;
}
.BgClassName
{
background-color: #427A6F;
}
</style>
border-color css
<style>
span { border-color: #427A6F; }
span { border-color: rgb(66,122,111); }
td.TdClassName
{
border-color: #427A6F;
}
.TagClassName
{
border-color: #427A6F;
}
</style>