Shades of Mineral Green #4E6856
Tints of Mineral Green #4E6856
RGB
CMYK
RGB Variations
Color information
#4E6856 (or 0x4E6856) is known color: Mineral Green. HEX triplet: 4E, 68 and 56. RGB value is (78,104,86). Sum of RGB (Red+Green+Blue) = 78+104+86=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6856 is #B197A9. Grayscale: #5E5E5E. Windows color (decimal): -11638698 or 5662798. OLE color: 5662798.
HSL color Cylindrical-coordinate representation of color #4E6856: hue angle of 138.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E6856 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 86 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.59 |
| HSL | 138.46º | 0.14% | 0.36% | - |
| HSV(B) | 138.46º | 0.25% | 0.41% | - |
| XYZ | 9.77 | 12.19 | 10.64 | - |
| YUV | 94.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 86 | 0.25 | 0 | 0.17 | 0.59 | 138.46 | 0.14 | 0.36 |
| Hex | 4E | 68 | 56 | 19 | 0 | 11 | 3B | 8A | E | 24 |
| Octal | 116 | 150 | 126 | 31 | 0 | 21 | 73 | 212 | 16 | 44 |
| Binary | 1001110 | 1101000 | 1010110 | 11001 | 0 | 10001 | 111011 | 10001010 | 1110 | 100100 |
Color Harmonies of #4E6856
Complementary color
Monochromatic Colors of #4E6856
Black with #4E6856
Text Example
Text Example
White with #4E6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6856; }
p { color: rgb(78,104,86); }
H1.HeaderClassName
{
color: #4E6856;
}
.AnyTagClassName
{
color: #4E6856;
}
</style>
background-color css
<style>
a { background-color: #4E6856; }
a { background-color: rgb(78,104,86); }
div.DivClassName
{
background-color: #4E6856;
}
.BgClassName
{
background-color: #4E6856;
}
</style>
border-color css
<style>
span { border-color: #4E6856; }
span { border-color: rgb(78,104,86); }
td.TdClassName
{
border-color: #4E6856;
}
.TagClassName
{
border-color: #4E6856;
}
</style>