Shades of Mineral Green #5C615D
Tints of Mineral Green #5C615D
RGB
CMYK
RGB Variations
Color information
#5C615D (or 0x5C615D) is known color: Mineral Green. HEX triplet: 5C, 61 and 5D. RGB value is (92,97,93). Sum of RGB (Red+Green+Blue) = 92+97+93=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 97 - color contains mainly: green. Hex color #5C615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C615D is #A39EA2. Grayscale: #5F5F5F. Windows color (decimal): -10722979 or 6119772. OLE color: 6119772.
HSL color Cylindrical-coordinate representation of color #5C615D: hue angle of 132º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5C615D is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 97 | 93 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.62 |
| HSL | 132º | 0.03% | 0.37% | - |
| HSV(B) | 132º | 0.05% | 0.38% | - |
| XYZ | 10.66 | 11.62 | 12.04 | - |
| YUV | 95.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 97 | 93 | 0.05 | 0 | 0.04 | 0.62 | 132 | 0.03 | 0.37 |
| Hex | 5C | 61 | 5D | 5 | 0 | 4 | 3E | 84 | 3 | 25 |
| Octal | 134 | 141 | 135 | 5 | 0 | 4 | 76 | 204 | 3 | 45 |
| Binary | 1011100 | 1100001 | 1011101 | 101 | 0 | 100 | 111110 | 10000100 | 11 | 100101 |
Color Harmonies of #5C615D
Complementary color
Monochromatic Colors of #5C615D
Black with #5C615D
Text Example
Text Example
White with #5C615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C615D; }
p { color: rgb(92,97,93); }
H1.HeaderClassName
{
color: #5C615D;
}
.AnyTagClassName
{
color: #5C615D;
}
</style>
background-color css
<style>
a { background-color: #5C615D; }
a { background-color: rgb(92,97,93); }
div.DivClassName
{
background-color: #5C615D;
}
.BgClassName
{
background-color: #5C615D;
}
</style>
border-color css
<style>
span { border-color: #5C615D; }
span { border-color: rgb(92,97,93); }
td.TdClassName
{
border-color: #5C615D;
}
.TagClassName
{
border-color: #5C615D;
}
</style>