Shades of Mineral Green #4F6E56
Tints of Mineral Green #4F6E56
RGB
CMYK
RGB Variations
Color information
#4F6E56 (or 0x4F6E56) is known color: Mineral Green. HEX triplet: 4F, 6E and 56. RGB value is (79,110,86). Sum of RGB (Red+Green+Blue) = 79+110+86=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 110 - color contains mainly: green. Hex color #4F6E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6E56 is #B091A9. Grayscale: #626262. Windows color (decimal): -11571626 or 5664335. OLE color: 5664335.
HSL color Cylindrical-coordinate representation of color #4F6E56: hue angle of 133.55º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F6E56 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 110 | 86 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.57 |
| HSL | 133.55º | 0.16% | 0.37% | - |
| HSV(B) | 133.55º | 0.28% | 0.43% | - |
| XYZ | 10.48 | 13.49 | 10.85 | - |
| YUV | 98 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 86 | 0.28 | 0 | 0.22 | 0.57 | 133.55 | 0.16 | 0.37 |
| Hex | 4F | 6E | 56 | 1C | 0 | 16 | 39 | 86 | 10 | 25 |
| Octal | 117 | 156 | 126 | 34 | 0 | 26 | 71 | 206 | 20 | 45 |
| Binary | 1001111 | 1101110 | 1010110 | 11100 | 0 | 10110 | 111001 | 10000110 | 10000 | 100101 |
Color Harmonies of #4F6E56
Complementary color
Monochromatic Colors of #4F6E56
Black with #4F6E56
Text Example
Text Example
White with #4F6E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6E56; }
p { color: rgb(79,110,86); }
H1.HeaderClassName
{
color: #4F6E56;
}
.AnyTagClassName
{
color: #4F6E56;
}
</style>
background-color css
<style>
a { background-color: #4F6E56; }
a { background-color: rgb(79,110,86); }
div.DivClassName
{
background-color: #4F6E56;
}
.BgClassName
{
background-color: #4F6E56;
}
</style>
border-color css
<style>
span { border-color: #4F6E56; }
span { border-color: rgb(79,110,86); }
td.TdClassName
{
border-color: #4F6E56;
}
.TagClassName
{
border-color: #4F6E56;
}
</style>