Shades of Mineral Green #4C6751
Tints of Mineral Green #4C6751
RGB
CMYK
RGB Variations
Color information
#4C6751 (or 0x4C6751) is known color: Mineral Green. HEX triplet: 4C, 67 and 51. RGB value is (76,103,81). Sum of RGB (Red+Green+Blue) = 76+103+81=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #4C6751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6751 is #B398AE. Grayscale: #5C5C5C. Windows color (decimal): -11770031 or 5334860. OLE color: 5334860.
HSL color Cylindrical-coordinate representation of color #4C6751: hue angle of 131.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C6751 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 103 | 81 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.60 |
| HSL | 131.11º | 0.15% | 0.35% | - |
| HSV(B) | 131.11º | 0.26% | 0.4% | - |
| XYZ | 9.32 | 11.83 | 9.58 | - |
| YUV | 92.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 81 | 0.26 | 0 | 0.21 | 0.60 | 131.11 | 0.15 | 0.35 |
| Hex | 4C | 67 | 51 | 1A | 0 | 15 | 3C | 83 | F | 23 |
| Octal | 114 | 147 | 121 | 32 | 0 | 25 | 74 | 203 | 17 | 43 |
| Binary | 1001100 | 1100111 | 1010001 | 11010 | 0 | 10101 | 111100 | 10000011 | 1111 | 100011 |
Color Harmonies of #4C6751
Complementary color
Monochromatic Colors of #4C6751
Black with #4C6751
Text Example
Text Example
White with #4C6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6751; }
p { color: rgb(76,103,81); }
H1.HeaderClassName
{
color: #4C6751;
}
.AnyTagClassName
{
color: #4C6751;
}
</style>
background-color css
<style>
a { background-color: #4C6751; }
a { background-color: rgb(76,103,81); }
div.DivClassName
{
background-color: #4C6751;
}
.BgClassName
{
background-color: #4C6751;
}
</style>
border-color css
<style>
span { border-color: #4C6751; }
span { border-color: rgb(76,103,81); }
td.TdClassName
{
border-color: #4C6751;
}
.TagClassName
{
border-color: #4C6751;
}
</style>