Shades of Mineral Green #5C655F
Tints of Mineral Green #5C655F
RGB
CMYK
RGB Variations
Color information
#5C655F (or 0x5C655F) is known color: Mineral Green. HEX triplet: 5C, 65 and 5F. RGB value is (92,101,95). Sum of RGB (Red+Green+Blue) = 92+101+95=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 101 - color contains mainly: green. Hex color #5C655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C655F is #A39AA0. Grayscale: #616161. Windows color (decimal): -10721953 or 6251868. OLE color: 6251868.
HSL color Cylindrical-coordinate representation of color #5C655F: hue angle of 140º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5C655F is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 95 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.60 |
| HSL | 140º | 0.05% | 0.38% | - |
| HSV(B) | 140º | 0.09% | 0.4% | - |
| XYZ | 11.13 | 12.41 | 12.63 | - |
| YUV | 97.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 95 | 0.09 | 0 | 0.06 | 0.60 | 140 | 0.05 | 0.38 |
| Hex | 5C | 65 | 5F | 9 | 0 | 6 | 3C | 8C | 5 | 26 |
| Octal | 134 | 145 | 137 | 11 | 0 | 6 | 74 | 214 | 5 | 46 |
| Binary | 1011100 | 1100101 | 1011111 | 1001 | 0 | 110 | 111100 | 10001100 | 101 | 100110 |
Color Harmonies of #5C655F
Complementary color
Monochromatic Colors of #5C655F
Black with #5C655F
Text Example
Text Example
White with #5C655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C655F; }
p { color: rgb(92,101,95); }
H1.HeaderClassName
{
color: #5C655F;
}
.AnyTagClassName
{
color: #5C655F;
}
</style>
background-color css
<style>
a { background-color: #5C655F; }
a { background-color: rgb(92,101,95); }
div.DivClassName
{
background-color: #5C655F;
}
.BgClassName
{
background-color: #5C655F;
}
</style>
border-color css
<style>
span { border-color: #5C655F; }
span { border-color: rgb(92,101,95); }
td.TdClassName
{
border-color: #5C655F;
}
.TagClassName
{
border-color: #5C655F;
}
</style>