Shades of Mineral Green #5E6360
Tints of Mineral Green #5E6360
RGB
CMYK
RGB Variations
Color information
#5E6360 (or 0x5E6360) is known color: Mineral Green. HEX triplet: 5E, 63 and 60. RGB value is (94,99,96). Sum of RGB (Red+Green+Blue) = 94+99+96=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6360 is #A19C9F. Grayscale: #616161. Windows color (decimal): -10591392 or 6316894. OLE color: 6316894.
HSL color Cylindrical-coordinate representation of color #5E6360: hue angle of 144º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5E6360 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
RGB | 94 | 99 | 96 | - |
CMYK | 0.05 | 0 | 0.03 | 0.61 |
HSL | 144º | 0.03% | 0.38% | - |
HSV(B) | 144º | 0.05% | 0.39% | - |
XYZ | 11.19 | 12.15 | 12.82 | - |
YUV | 97.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 99 | 96 | 0.05 | 0 | 0.03 | 0.61 | 144 | 0.03 | 0.38 |
Hex | 5E | 63 | 60 | 5 | 0 | 3 | 3D | 90 | 3 | 26 |
Octal | 136 | 143 | 140 | 5 | 0 | 3 | 75 | 220 | 3 | 46 |
Binary | 1011110 | 1100011 | 1100000 | 101 | 0 | 11 | 111101 | 10010000 | 11 | 100110 |
Color Harmonies of #5E6360
Complementary color
Monochromatic Colors of #5E6360
Black with #5E6360
Text Example
Text Example
White with #5E6360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6360; }
p { color: rgb(94,99,96); }
H1.HeaderClassName
{
color: #5E6360;
}
.AnyTagClassName
{
color: #5E6360;
}
</style>
background-color css
<style>
a { background-color: #5E6360; }
a { background-color: rgb(94,99,96); }
div.DivClassName
{
background-color: #5E6360;
}
.BgClassName
{
background-color: #5E6360;
}
</style>
border-color css
<style>
span { border-color: #5E6360; }
span { border-color: rgb(94,99,96); }
td.TdClassName
{
border-color: #5E6360;
}
.TagClassName
{
border-color: #5E6360;
}
</style>