Shades of Mineral Green #4D6754
Tints of Mineral Green #4D6754
RGB
CMYK
RGB Variations
Color information
#4D6754 (or 0x4D6754) is known color: Mineral Green. HEX triplet: 4D, 67 and 54. RGB value is (77,103,84). Sum of RGB (Red+Green+Blue) = 77+103+84=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #4D6754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6754 is #B298AB. Grayscale: #5D5D5D. Windows color (decimal): -11704492 or 5531469. OLE color: 5531469.
HSL color Cylindrical-coordinate representation of color #4D6754: hue angle of 136.15º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D6754 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 103 | 84 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.60 |
| HSL | 136.15º | 0.14% | 0.35% | - |
| HSV(B) | 136.15º | 0.25% | 0.4% | - |
| XYZ | 9.51 | 11.92 | 10.19 | - |
| YUV | 93.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 84 | 0.25 | 0 | 0.18 | 0.60 | 136.15 | 0.14 | 0.35 |
| Hex | 4D | 67 | 54 | 19 | 0 | 12 | 3C | 88 | E | 23 |
| Octal | 115 | 147 | 124 | 31 | 0 | 22 | 74 | 210 | 16 | 43 |
| Binary | 1001101 | 1100111 | 1010100 | 11001 | 0 | 10010 | 111100 | 10001000 | 1110 | 100011 |
Color Harmonies of #4D6754
Complementary color
Monochromatic Colors of #4D6754
Black with #4D6754
Text Example
Text Example
White with #4D6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6754; }
p { color: rgb(77,103,84); }
H1.HeaderClassName
{
color: #4D6754;
}
.AnyTagClassName
{
color: #4D6754;
}
</style>
background-color css
<style>
a { background-color: #4D6754; }
a { background-color: rgb(77,103,84); }
div.DivClassName
{
background-color: #4D6754;
}
.BgClassName
{
background-color: #4D6754;
}
</style>
border-color css
<style>
span { border-color: #4D6754; }
span { border-color: rgb(77,103,84); }
td.TdClassName
{
border-color: #4D6754;
}
.TagClassName
{
border-color: #4D6754;
}
</style>