Shades of Mineral Green #4F6C56
Tints of Mineral Green #4F6C56
RGB
CMYK
RGB Variations
Color information
#4F6C56 (or 0x4F6C56) is known color: Mineral Green. HEX triplet: 4F, 6C and 56. RGB value is (79,108,86). Sum of RGB (Red+Green+Blue) = 79+108+86=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 108 - color contains mainly: green. Hex color #4F6C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6C56 is #B093A9. Grayscale: #606060. Windows color (decimal): -11572138 or 5663823. OLE color: 5663823.
HSL color Cylindrical-coordinate representation of color #4F6C56: hue angle of 134.48º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F6C56 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 108 | 86 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.58 |
| HSL | 134.48º | 0.16% | 0.37% | - |
| HSV(B) | 134.48º | 0.27% | 0.42% | - |
| XYZ | 10.27 | 13.06 | 10.78 | - |
| YUV | 96.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 108 | 86 | 0.27 | 0 | 0.20 | 0.58 | 134.48 | 0.16 | 0.37 |
| Hex | 4F | 6C | 56 | 1B | 0 | 14 | 3A | 86 | 10 | 25 |
| Octal | 117 | 154 | 126 | 33 | 0 | 24 | 72 | 206 | 20 | 45 |
| Binary | 1001111 | 1101100 | 1010110 | 11011 | 0 | 10100 | 111010 | 10000110 | 10000 | 100101 |
Color Harmonies of #4F6C56
Complementary color
Monochromatic Colors of #4F6C56
Black with #4F6C56
Text Example
Text Example
White with #4F6C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6C56; }
p { color: rgb(79,108,86); }
H1.HeaderClassName
{
color: #4F6C56;
}
.AnyTagClassName
{
color: #4F6C56;
}
</style>
background-color css
<style>
a { background-color: #4F6C56; }
a { background-color: rgb(79,108,86); }
div.DivClassName
{
background-color: #4F6C56;
}
.BgClassName
{
background-color: #4F6C56;
}
</style>
border-color css
<style>
span { border-color: #4F6C56; }
span { border-color: rgb(79,108,86); }
td.TdClassName
{
border-color: #4F6C56;
}
.TagClassName
{
border-color: #4F6C56;
}
</style>