Shades of Mineral Green #5B685F
Tints of Mineral Green #5B685F
RGB
CMYK
RGB Variations
Color information
#5B685F (or 0x5B685F) is known color: Mineral Green. HEX triplet: 5B, 68 and 5F. RGB value is (91,104,95). Sum of RGB (Red+Green+Blue) = 91+104+95=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 104 - color contains mainly: green. Hex color #5B685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B685F is #A497A0. Grayscale: #636363. Windows color (decimal): -10786721 or 6252635. OLE color: 6252635.
HSL color Cylindrical-coordinate representation of color #5B685F: hue angle of 138.46º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B685F is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 104 | 95 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.59 |
| HSL | 138.46º | 0.07% | 0.38% | - |
| HSV(B) | 138.46º | 0.13% | 0.41% | - |
| XYZ | 11.33 | 12.95 | 12.73 | - |
| YUV | 99.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 95 | 0.12 | 0 | 0.09 | 0.59 | 138.46 | 0.07 | 0.38 |
| Hex | 5B | 68 | 5F | C | 0 | 9 | 3B | 8A | 7 | 26 |
| Octal | 133 | 150 | 137 | 14 | 0 | 11 | 73 | 212 | 7 | 46 |
| Binary | 1011011 | 1101000 | 1011111 | 1100 | 0 | 1001 | 111011 | 10001010 | 111 | 100110 |
Color Harmonies of #5B685F
Complementary color
Monochromatic Colors of #5B685F
Black with #5B685F
Text Example
Text Example
White with #5B685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B685F; }
p { color: rgb(91,104,95); }
H1.HeaderClassName
{
color: #5B685F;
}
.AnyTagClassName
{
color: #5B685F;
}
</style>
background-color css
<style>
a { background-color: #5B685F; }
a { background-color: rgb(91,104,95); }
div.DivClassName
{
background-color: #5B685F;
}
.BgClassName
{
background-color: #5B685F;
}
</style>
border-color css
<style>
span { border-color: #5B685F; }
span { border-color: rgb(91,104,95); }
td.TdClassName
{
border-color: #5B685F;
}
.TagClassName
{
border-color: #5B685F;
}
</style>