Shades of Mineral Green #4F6A59
Tints of Mineral Green #4F6A59
RGB
CMYK
RGB Variations
Color information
#4F6A59 (or 0x4F6A59) is known color: Mineral Green. HEX triplet: 4F, 6A and 59. RGB value is (79,106,89). Sum of RGB (Red+Green+Blue) = 79+106+89=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A59 is #B095A6. Grayscale: #606060. Windows color (decimal): -11572647 or 5859919. OLE color: 5859919.
HSL color Cylindrical-coordinate representation of color #4F6A59: hue angle of 142.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F6A59 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 106 | 89 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.58 |
| HSL | 142.22º | 0.15% | 0.36% | - |
| HSV(B) | 142.22º | 0.25% | 0.42% | - |
| XYZ | 10.18 | 12.69 | 11.36 | - |
| YUV | 95.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 106 | 89 | 0.25 | 0 | 0.16 | 0.58 | 142.22 | 0.15 | 0.36 |
| Hex | 4F | 6A | 59 | 19 | 0 | 10 | 3A | 8E | F | 24 |
| Octal | 117 | 152 | 131 | 31 | 0 | 20 | 72 | 216 | 17 | 44 |
| Binary | 1001111 | 1101010 | 1011001 | 11001 | 0 | 10000 | 111010 | 10001110 | 1111 | 100100 |
Color Harmonies of #4F6A59
Complementary color
Monochromatic Colors of #4F6A59
Black with #4F6A59
Text Example
Text Example
White with #4F6A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6A59; }
p { color: rgb(79,106,89); }
H1.HeaderClassName
{
color: #4F6A59;
}
.AnyTagClassName
{
color: #4F6A59;
}
</style>
background-color css
<style>
a { background-color: #4F6A59; }
a { background-color: rgb(79,106,89); }
div.DivClassName
{
background-color: #4F6A59;
}
.BgClassName
{
background-color: #4F6A59;
}
</style>
border-color css
<style>
span { border-color: #4F6A59; }
span { border-color: rgb(79,106,89); }
td.TdClassName
{
border-color: #4F6A59;
}
.TagClassName
{
border-color: #4F6A59;
}
</style>