Shades of Mineral Green #5C685D
Tints of Mineral Green #5C685D
RGB
CMYK
RGB Variations
Color information
#5C685D (or 0x5C685D) is known color: Mineral Green. HEX triplet: 5C, 68 and 5D. RGB value is (92,104,93). Sum of RGB (Red+Green+Blue) = 92+104+93=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 104 - color contains mainly: green. Hex color #5C685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C685D is #A397A2. Grayscale: #636363. Windows color (decimal): -10721187 or 6121564. OLE color: 6121564.
HSL color Cylindrical-coordinate representation of color #5C685D: hue angle of 125º degrees, saturation: 0.06, 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 #5C685D is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 104 | 93 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.59 |
| HSL | 125º | 0.06% | 0.38% | - |
| HSV(B) | 125º | 0.12% | 0.41% | - |
| XYZ | 11.34 | 12.97 | 12.26 | - |
| YUV | 99.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 104 | 93 | 0.12 | 0 | 0.11 | 0.59 | 125 | 0.06 | 0.38 |
| Hex | 5C | 68 | 5D | C | 0 | B | 3B | 7D | 6 | 26 |
| Octal | 134 | 150 | 135 | 14 | 0 | 13 | 73 | 175 | 6 | 46 |
| Binary | 1011100 | 1101000 | 1011101 | 1100 | 0 | 1011 | 111011 | 1111101 | 110 | 100110 |
Color Harmonies of #5C685D
Complementary color
Monochromatic Colors of #5C685D
Black with #5C685D
Text Example
Text Example
White with #5C685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C685D; }
p { color: rgb(92,104,93); }
H1.HeaderClassName
{
color: #5C685D;
}
.AnyTagClassName
{
color: #5C685D;
}
</style>
background-color css
<style>
a { background-color: #5C685D; }
a { background-color: rgb(92,104,93); }
div.DivClassName
{
background-color: #5C685D;
}
.BgClassName
{
background-color: #5C685D;
}
</style>
border-color css
<style>
span { border-color: #5C685D; }
span { border-color: rgb(92,104,93); }
td.TdClassName
{
border-color: #5C685D;
}
.TagClassName
{
border-color: #5C685D;
}
</style>