Shades of Dark Green Copper #4F7268
Tints of Dark Green Copper #4F7268
RGB
CMYK
RGB Variations
Color information
#4F7268 (or 0x4F7268) is known color: Dark Green Copper. HEX triplet: 4F, 72 and 68. RGB value is (79,114,104). Sum of RGB (Red+Green+Blue) = 79+114+104=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7268 is #B08D97. Grayscale: #666666. Windows color (decimal): -11570584 or 6845007. OLE color: 6845007.
HSL color Cylindrical-coordinate representation of color #4F7268: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F7268 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 104 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.55 |
| HSL | 162.86º | 0.18% | 0.38% | - |
| HSV(B) | 162.86º | 0.31% | 0.45% | - |
| XYZ | 11.74 | 14.7 | 15.31 | - |
| YUV | 102.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 104 | 0.31 | 0 | 0.09 | 0.55 | 162.86 | 0.18 | 0.38 |
| Hex | 4F | 72 | 68 | 1F | 0 | 9 | 37 | A3 | 12 | 26 |
| Octal | 117 | 162 | 150 | 37 | 0 | 11 | 67 | 243 | 22 | 46 |
| Binary | 1001111 | 1110010 | 1101000 | 11111 | 0 | 1001 | 110111 | 10100011 | 10010 | 100110 |
Color Harmonies of #4F7268
Complementary color
Monochromatic Colors of #4F7268
Black with #4F7268
Text Example
Text Example
White with #4F7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7268; }
p { color: rgb(79,114,104); }
H1.HeaderClassName
{
color: #4F7268;
}
.AnyTagClassName
{
color: #4F7268;
}
</style>
background-color css
<style>
a { background-color: #4F7268; }
a { background-color: rgb(79,114,104); }
div.DivClassName
{
background-color: #4F7268;
}
.BgClassName
{
background-color: #4F7268;
}
</style>
border-color css
<style>
span { border-color: #4F7268; }
span { border-color: rgb(79,114,104); }
td.TdClassName
{
border-color: #4F7268;
}
.TagClassName
{
border-color: #4F7268;
}
</style>