Shades of Mineral Green #5B705D
Tints of Mineral Green #5B705D
RGB
CMYK
RGB Variations
Color information
#5B705D (or 0x5B705D) is known color: Mineral Green. HEX triplet: 5B, 70 and 5D. RGB value is (91,112,93). Sum of RGB (Red+Green+Blue) = 91+112+93=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #5B705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B705D is #A48FA2. Grayscale: #676767. Windows color (decimal): -10784675 or 6123611. OLE color: 6123611.
HSL color Cylindrical-coordinate representation of color #5B705D: hue angle of 125.71º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B705D is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 112 | 93 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.56 |
| HSL | 125.71º | 0.1% | 0.4% | - |
| HSV(B) | 125.71º | 0.19% | 0.44% | - |
| XYZ | 12.08 | 14.6 | 12.54 | - |
| YUV | 103.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 93 | 0.19 | 0 | 0.17 | 0.56 | 125.71 | 0.1 | 0.4 |
| Hex | 5B | 70 | 5D | 13 | 0 | 11 | 38 | 7E | A | 28 |
| Octal | 133 | 160 | 135 | 23 | 0 | 21 | 70 | 176 | 12 | 50 |
| Binary | 1011011 | 1110000 | 1011101 | 10011 | 0 | 10001 | 111000 | 1111110 | 1010 | 101000 |
Color Harmonies of #5B705D
Complementary color
Monochromatic Colors of #5B705D
Black with #5B705D
Text Example
Text Example
White with #5B705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B705D; }
p { color: rgb(91,112,93); }
H1.HeaderClassName
{
color: #5B705D;
}
.AnyTagClassName
{
color: #5B705D;
}
</style>
background-color css
<style>
a { background-color: #5B705D; }
a { background-color: rgb(91,112,93); }
div.DivClassName
{
background-color: #5B705D;
}
.BgClassName
{
background-color: #5B705D;
}
</style>
border-color css
<style>
span { border-color: #5B705D; }
span { border-color: rgb(91,112,93); }
td.TdClassName
{
border-color: #5B705D;
}
.TagClassName
{
border-color: #5B705D;
}
</style>