Shades of Dark Green Copper #467B6E
Tints of Dark Green Copper #467B6E
RGB
CMYK
RGB Variations
Color information
#467B6E (or 0x467B6E) is known color: Dark Green Copper. HEX triplet: 46, 7B and 6E. RGB value is (70,123,110). Sum of RGB (Red+Green+Blue) = 70+123+110=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #467B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467B6E is #B98491. Grayscale: #696969. Windows color (decimal): -12158098 or 7240518. OLE color: 7240518.
HSL color Cylindrical-coordinate representation of color #467B6E: hue angle of 165.28º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467B6E is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 123 | 110 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.52 |
| HSL | 165.28º | 0.27% | 0.38% | - |
| HSV(B) | 165.28º | 0.43% | 0.48% | - |
| XYZ | 12.42 | 16.59 | 17.3 | - |
| YUV | 105.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 110 | 0.43 | 0 | 0.11 | 0.52 | 165.28 | 0.27 | 0.38 |
| Hex | 46 | 7B | 6E | 2B | 0 | B | 34 | A5 | 1B | 26 |
| Octal | 106 | 173 | 156 | 53 | 0 | 13 | 64 | 245 | 33 | 46 |
| Binary | 1000110 | 1111011 | 1101110 | 101011 | 0 | 1011 | 110100 | 10100101 | 11011 | 100110 |
Color Harmonies of #467B6E
Complementary color
Monochromatic Colors of #467B6E
Black with #467B6E
Text Example
Text Example
White with #467B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B6E; }
p { color: rgb(70,123,110); }
H1.HeaderClassName
{
color: #467B6E;
}
.AnyTagClassName
{
color: #467B6E;
}
</style>
background-color css
<style>
a { background-color: #467B6E; }
a { background-color: rgb(70,123,110); }
div.DivClassName
{
background-color: #467B6E;
}
.BgClassName
{
background-color: #467B6E;
}
</style>
border-color css
<style>
span { border-color: #467B6E; }
span { border-color: rgb(70,123,110); }
td.TdClassName
{
border-color: #467B6E;
}
.TagClassName
{
border-color: #467B6E;
}
</style>