Shades of Mineral Green #4F6D56
Tints of Mineral Green #4F6D56
RGB
CMYK
RGB Variations
Color information
#4F6D56 (or 0x4F6D56) is known color: Mineral Green. HEX triplet: 4F, 6D and 56. RGB value is (79,109,86). Sum of RGB (Red+Green+Blue) = 79+109+86=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 109 - color contains mainly: green. Hex color #4F6D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6D56 is #B092A9. Grayscale: #616161. Windows color (decimal): -11571882 or 5664079. OLE color: 5664079.
HSL color Cylindrical-coordinate representation of color #4F6D56: hue angle of 134º 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 #4F6D56 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 109 | 86 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.57 |
| HSL | 134º | 0.16% | 0.37% | - |
| HSV(B) | 134º | 0.28% | 0.43% | - |
| XYZ | 10.37 | 13.27 | 10.82 | - |
| YUV | 97.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 109 | 86 | 0.28 | 0 | 0.21 | 0.57 | 134 | 0.16 | 0.37 |
| Hex | 4F | 6D | 56 | 1C | 0 | 15 | 39 | 86 | 10 | 25 |
| Octal | 117 | 155 | 126 | 34 | 0 | 25 | 71 | 206 | 20 | 45 |
| Binary | 1001111 | 1101101 | 1010110 | 11100 | 0 | 10101 | 111001 | 10000110 | 10000 | 100101 |
Color Harmonies of #4F6D56
Complementary color
Monochromatic Colors of #4F6D56
Black with #4F6D56
Text Example
Text Example
White with #4F6D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6D56; }
p { color: rgb(79,109,86); }
H1.HeaderClassName
{
color: #4F6D56;
}
.AnyTagClassName
{
color: #4F6D56;
}
</style>
background-color css
<style>
a { background-color: #4F6D56; }
a { background-color: rgb(79,109,86); }
div.DivClassName
{
background-color: #4F6D56;
}
.BgClassName
{
background-color: #4F6D56;
}
</style>
border-color css
<style>
span { border-color: #4F6D56; }
span { border-color: rgb(79,109,86); }
td.TdClassName
{
border-color: #4F6D56;
}
.TagClassName
{
border-color: #4F6D56;
}
</style>