Shades of Mineral Green #5B675C
Tints of Mineral Green #5B675C
RGB
CMYK
RGB Variations
Color information
#5B675C (or 0x5B675C) is known color: Mineral Green. HEX triplet: 5B, 67 and 5C. RGB value is (91,103,92). Sum of RGB (Red+Green+Blue) = 91+103+92=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 103 - color contains mainly: green. Hex color #5B675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B675C is #A498A3. Grayscale: #626262. Windows color (decimal): -10786980 or 6055771. OLE color: 6055771.
HSL color Cylindrical-coordinate representation of color #5B675C: hue angle of 125º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B675C is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 103 | 92 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.60 |
| HSL | 125º | 0.06% | 0.38% | - |
| HSV(B) | 125º | 0.12% | 0.4% | - |
| XYZ | 11.1 | 12.7 | 11.99 | - |
| YUV | 98.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 92 | 0.12 | 0 | 0.11 | 0.60 | 125 | 0.06 | 0.38 |
| Hex | 5B | 67 | 5C | C | 0 | B | 3C | 7D | 6 | 26 |
| Octal | 133 | 147 | 134 | 14 | 0 | 13 | 74 | 175 | 6 | 46 |
| Binary | 1011011 | 1100111 | 1011100 | 1100 | 0 | 1011 | 111100 | 1111101 | 110 | 100110 |
Color Harmonies of #5B675C
Complementary color
Monochromatic Colors of #5B675C
Black with #5B675C
Text Example
Text Example
White with #5B675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B675C; }
p { color: rgb(91,103,92); }
H1.HeaderClassName
{
color: #5B675C;
}
.AnyTagClassName
{
color: #5B675C;
}
</style>
background-color css
<style>
a { background-color: #5B675C; }
a { background-color: rgb(91,103,92); }
div.DivClassName
{
background-color: #5B675C;
}
.BgClassName
{
background-color: #5B675C;
}
</style>
border-color css
<style>
span { border-color: #5B675C; }
span { border-color: rgb(91,103,92); }
td.TdClassName
{
border-color: #5B675C;
}
.TagClassName
{
border-color: #5B675C;
}
</style>