Shades of Dark Green Copper #456B64
Tints of Dark Green Copper #456B64
RGB
CMYK
RGB Variations
Color information
#456B64 (or 0x456B64) is known color: Dark Green Copper. HEX triplet: 45, 6B and 64. RGB value is (69,107,100). Sum of RGB (Red+Green+Blue) = 69+107+100=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #456B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B64 is #BA949B. Grayscale: #5E5E5E. Windows color (decimal): -12227740 or 6581061. OLE color: 6581061.
HSL color Cylindrical-coordinate representation of color #456B64: hue angle of 168.95º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456B64 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 107 | 100 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.58 |
| HSL | 168.95º | 0.22% | 0.35% | - |
| HSV(B) | 168.95º | 0.36% | 0.42% | - |
| XYZ | 10.01 | 12.7 | 13.98 | - |
| YUV | 94.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 100 | 0.36 | 0 | 0.07 | 0.58 | 168.95 | 0.22 | 0.35 |
| Hex | 45 | 6B | 64 | 24 | 0 | 7 | 3A | A9 | 16 | 23 |
| Octal | 105 | 153 | 144 | 44 | 0 | 7 | 72 | 251 | 26 | 43 |
| Binary | 1000101 | 1101011 | 1100100 | 100100 | 0 | 111 | 111010 | 10101001 | 10110 | 100011 |
Color Harmonies of #456B64
Complementary color
Monochromatic Colors of #456B64
Black with #456B64
Text Example
Text Example
White with #456B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456B64; }
p { color: rgb(69,107,100); }
H1.HeaderClassName
{
color: #456B64;
}
.AnyTagClassName
{
color: #456B64;
}
</style>
background-color css
<style>
a { background-color: #456B64; }
a { background-color: rgb(69,107,100); }
div.DivClassName
{
background-color: #456B64;
}
.BgClassName
{
background-color: #456B64;
}
</style>
border-color css
<style>
span { border-color: #456B64; }
span { border-color: rgb(69,107,100); }
td.TdClassName
{
border-color: #456B64;
}
.TagClassName
{
border-color: #456B64;
}
</style>