Shades of Mineral Green #5B705F
Tints of Mineral Green #5B705F
RGB
CMYK
RGB Variations
Color information
#5B705F (or 0x5B705F) is known color: Mineral Green. HEX triplet: 5B, 70 and 5F. RGB value is (91,112,95). Sum of RGB (Red+Green+Blue) = 91+112+95=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #5B705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B705F is #A48FA0. Grayscale: #676767. Windows color (decimal): -10784673 or 6254683. OLE color: 6254683.
HSL color Cylindrical-coordinate representation of color #5B705F: hue angle of 131.43º 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 #5B705F is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 112 | 95 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.56 |
| HSL | 131.43º | 0.1% | 0.4% | - |
| HSV(B) | 131.43º | 0.19% | 0.44% | - |
| XYZ | 12.17 | 14.64 | 13.01 | - |
| YUV | 103.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 95 | 0.19 | 0 | 0.15 | 0.56 | 131.43 | 0.1 | 0.4 |
| Hex | 5B | 70 | 5F | 13 | 0 | F | 38 | 83 | A | 28 |
| Octal | 133 | 160 | 137 | 23 | 0 | 17 | 70 | 203 | 12 | 50 |
| Binary | 1011011 | 1110000 | 1011111 | 10011 | 0 | 1111 | 111000 | 10000011 | 1010 | 101000 |
Color Harmonies of #5B705F
Complementary color
Monochromatic Colors of #5B705F
Black with #5B705F
Text Example
Text Example
White with #5B705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B705F; }
p { color: rgb(91,112,95); }
H1.HeaderClassName
{
color: #5B705F;
}
.AnyTagClassName
{
color: #5B705F;
}
</style>
background-color css
<style>
a { background-color: #5B705F; }
a { background-color: rgb(91,112,95); }
div.DivClassName
{
background-color: #5B705F;
}
.BgClassName
{
background-color: #5B705F;
}
</style>
border-color css
<style>
span { border-color: #5B705F; }
span { border-color: rgb(91,112,95); }
td.TdClassName
{
border-color: #5B705F;
}
.TagClassName
{
border-color: #5B705F;
}
</style>