Shades of Dark Green Copper #44766B
Tints of Dark Green Copper #44766B
RGB
CMYK
RGB Variations
Color information
#44766B (or 0x44766B) is known color: Dark Green Copper. HEX triplet: 44, 76 and 6B. RGB value is (68,118,107). Sum of RGB (Red+Green+Blue) = 68+118+107=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #44766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44766B is #BB8994. Grayscale: #656565. Windows color (decimal): -12290453 or 7042628. OLE color: 7042628.
HSL color Cylindrical-coordinate representation of color #44766B: hue angle of 166.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44766B is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 118 | 107 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.54 |
| HSL | 166.8º | 0.27% | 0.36% | - |
| HSV(B) | 166.8º | 0.42% | 0.46% | - |
| XYZ | 11.52 | 15.25 | 16.25 | - |
| YUV | 101.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 107 | 0.42 | 0 | 0.09 | 0.54 | 166.8 | 0.27 | 0.36 |
| Hex | 44 | 76 | 6B | 2A | 0 | 9 | 36 | A7 | 1B | 24 |
| Octal | 104 | 166 | 153 | 52 | 0 | 11 | 66 | 247 | 33 | 44 |
| Binary | 1000100 | 1110110 | 1101011 | 101010 | 0 | 1001 | 110110 | 10100111 | 11011 | 100100 |
Color Harmonies of #44766B
Complementary color
Monochromatic Colors of #44766B
Black with #44766B
Text Example
Text Example
White with #44766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44766B; }
p { color: rgb(68,118,107); }
H1.HeaderClassName
{
color: #44766B;
}
.AnyTagClassName
{
color: #44766B;
}
</style>
background-color css
<style>
a { background-color: #44766B; }
a { background-color: rgb(68,118,107); }
div.DivClassName
{
background-color: #44766B;
}
.BgClassName
{
background-color: #44766B;
}
</style>
border-color css
<style>
span { border-color: #44766B; }
span { border-color: rgb(68,118,107); }
td.TdClassName
{
border-color: #44766B;
}
.TagClassName
{
border-color: #44766B;
}
</style>