Shades of Mineral Green #4F6A57
Tints of Mineral Green #4F6A57
RGB
CMYK
RGB Variations
Color information
#4F6A57 (or 0x4F6A57) is known color: Mineral Green. HEX triplet: 4F, 6A and 57. RGB value is (79,106,87). Sum of RGB (Red+Green+Blue) = 79+106+87=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A57 is #B095A8. Grayscale: #5F5F5F. Windows color (decimal): -11572649 or 5728847. OLE color: 5728847.
HSL color Cylindrical-coordinate representation of color #4F6A57: hue angle of 137.78º 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 #4F6A57 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 106 | 87 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.58 |
| HSL | 137.78º | 0.15% | 0.36% | - |
| HSV(B) | 137.78º | 0.25% | 0.42% | - |
| XYZ | 10.1 | 12.66 | 10.93 | - |
| YUV | 95.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 106 | 87 | 0.25 | 0 | 0.18 | 0.58 | 137.78 | 0.15 | 0.36 |
| Hex | 4F | 6A | 57 | 19 | 0 | 12 | 3A | 8A | F | 24 |
| Octal | 117 | 152 | 127 | 31 | 0 | 22 | 72 | 212 | 17 | 44 |
| Binary | 1001111 | 1101010 | 1010111 | 11001 | 0 | 10010 | 111010 | 10001010 | 1111 | 100100 |
Color Harmonies of #4F6A57
Complementary color
Monochromatic Colors of #4F6A57
Black with #4F6A57
Text Example
Text Example
White with #4F6A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6A57; }
p { color: rgb(79,106,87); }
H1.HeaderClassName
{
color: #4F6A57;
}
.AnyTagClassName
{
color: #4F6A57;
}
</style>
background-color css
<style>
a { background-color: #4F6A57; }
a { background-color: rgb(79,106,87); }
div.DivClassName
{
background-color: #4F6A57;
}
.BgClassName
{
background-color: #4F6A57;
}
</style>
border-color css
<style>
span { border-color: #4F6A57; }
span { border-color: rgb(79,106,87); }
td.TdClassName
{
border-color: #4F6A57;
}
.TagClassName
{
border-color: #4F6A57;
}
</style>