Shades of Mineral Green #5E645F
Tints of Mineral Green #5E645F
RGB
CMYK
RGB Variations
Color information
#5E645F (or 0x5E645F) is known color: Mineral Green. HEX triplet: 5E, 64 and 5F. RGB value is (94,100,95). Sum of RGB (Red+Green+Blue) = 94+100+95=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 100 - color contains mainly: green. Hex color #5E645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E645F is #A19BA0. Grayscale: #616161. Windows color (decimal): -10591137 or 6251614. OLE color: 6251614.
HSL color Cylindrical-coordinate representation of color #5E645F: hue angle of 130º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5E645F is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 100 | 95 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.61 |
| HSL | 130º | 0.03% | 0.38% | - |
| HSV(B) | 130º | 0.06% | 0.39% | - |
| XYZ | 11.24 | 12.32 | 12.61 | - |
| YUV | 97.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 95 | 0.06 | 0 | 0.05 | 0.61 | 130 | 0.03 | 0.38 |
| Hex | 5E | 64 | 5F | 6 | 0 | 5 | 3D | 82 | 3 | 26 |
| Octal | 136 | 144 | 137 | 6 | 0 | 5 | 75 | 202 | 3 | 46 |
| Binary | 1011110 | 1100100 | 1011111 | 110 | 0 | 101 | 111101 | 10000010 | 11 | 100110 |
Color Harmonies of #5E645F
Complementary color
Monochromatic Colors of #5E645F
Black with #5E645F
Text Example
Text Example
White with #5E645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E645F; }
p { color: rgb(94,100,95); }
H1.HeaderClassName
{
color: #5E645F;
}
.AnyTagClassName
{
color: #5E645F;
}
</style>
background-color css
<style>
a { background-color: #5E645F; }
a { background-color: rgb(94,100,95); }
div.DivClassName
{
background-color: #5E645F;
}
.BgClassName
{
background-color: #5E645F;
}
</style>
border-color css
<style>
span { border-color: #5E645F; }
span { border-color: rgb(94,100,95); }
td.TdClassName
{
border-color: #5E645F;
}
.TagClassName
{
border-color: #5E645F;
}
</style>