Shades of Mineral Green #5E7260
Tints of Mineral Green #5E7260
RGB
CMYK
RGB Variations
Color information
#5E7260 (or 0x5E7260) is known color: Mineral Green. HEX triplet: 5E, 72 and 60. RGB value is (94,114,96). Sum of RGB (Red+Green+Blue) = 94+114+96=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7260 is #A18D9F. Grayscale: #6A6A6A. Windows color (decimal): -10587552 or 6320734. OLE color: 6320734.
HSL color Cylindrical-coordinate representation of color #5E7260: hue angle of 126º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E7260 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 96 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.55 |
| HSL | 126º | 0.1% | 0.41% | - |
| HSV(B) | 126º | 0.18% | 0.45% | - |
| XYZ | 12.74 | 15.26 | 13.34 | - |
| YUV | 105.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 96 | 0.18 | 0 | 0.16 | 0.55 | 126 | 0.1 | 0.41 |
| Hex | 5E | 72 | 60 | 12 | 0 | 10 | 37 | 7E | A | 29 |
| Octal | 136 | 162 | 140 | 22 | 0 | 20 | 67 | 176 | 12 | 51 |
| Binary | 1011110 | 1110010 | 1100000 | 10010 | 0 | 10000 | 110111 | 1111110 | 1010 | 101001 |
Color Harmonies of #5E7260
Complementary color
Monochromatic Colors of #5E7260
Black with #5E7260
Text Example
Text Example
White with #5E7260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7260; }
p { color: rgb(94,114,96); }
H1.HeaderClassName
{
color: #5E7260;
}
.AnyTagClassName
{
color: #5E7260;
}
</style>
background-color css
<style>
a { background-color: #5E7260; }
a { background-color: rgb(94,114,96); }
div.DivClassName
{
background-color: #5E7260;
}
.BgClassName
{
background-color: #5E7260;
}
</style>
border-color css
<style>
span { border-color: #5E7260; }
span { border-color: rgb(94,114,96); }
td.TdClassName
{
border-color: #5E7260;
}
.TagClassName
{
border-color: #5E7260;
}
</style>