Shades of Mineral Green #5B615D
Tints of Mineral Green #5B615D
RGB
CMYK
RGB Variations
Color information
#5B615D (or 0x5B615D) is known color: Mineral Green. HEX triplet: 5B, 61 and 5D. RGB value is (91,97,93). Sum of RGB (Red+Green+Blue) = 91+97+93=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 97 - color contains mainly: green. Hex color #5B615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B615D is #A49EA2. Grayscale: #5E5E5E. Windows color (decimal): -10788515 or 6119771. OLE color: 6119771.
HSL color Cylindrical-coordinate representation of color #5B615D: hue angle of 140º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5B615D is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 93 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.62 |
| HSL | 140º | 0.03% | 0.37% | - |
| HSV(B) | 140º | 0.06% | 0.38% | - |
| XYZ | 10.56 | 11.56 | 12.03 | - |
| YUV | 94.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 93 | 0.06 | 0 | 0.04 | 0.62 | 140 | 0.03 | 0.37 |
| Hex | 5B | 61 | 5D | 6 | 0 | 4 | 3E | 8C | 3 | 25 |
| Octal | 133 | 141 | 135 | 6 | 0 | 4 | 76 | 214 | 3 | 45 |
| Binary | 1011011 | 1100001 | 1011101 | 110 | 0 | 100 | 111110 | 10001100 | 11 | 100101 |
Color Harmonies of #5B615D
Complementary color
Monochromatic Colors of #5B615D
Black with #5B615D
Text Example
Text Example
White with #5B615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B615D; }
p { color: rgb(91,97,93); }
H1.HeaderClassName
{
color: #5B615D;
}
.AnyTagClassName
{
color: #5B615D;
}
</style>
background-color css
<style>
a { background-color: #5B615D; }
a { background-color: rgb(91,97,93); }
div.DivClassName
{
background-color: #5B615D;
}
.BgClassName
{
background-color: #5B615D;
}
</style>
border-color css
<style>
span { border-color: #5B615D; }
span { border-color: rgb(91,97,93); }
td.TdClassName
{
border-color: #5B615D;
}
.TagClassName
{
border-color: #5B615D;
}
</style>