Shades of Mineral Green #5C705F
Tints of Mineral Green #5C705F
RGB
CMYK
RGB Variations
Color information
#5C705F (or 0x5C705F) is known color: Mineral Green. HEX triplet: 5C, 70 and 5F. RGB value is (92,112,95). Sum of RGB (Red+Green+Blue) = 92+112+95=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #5C705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C705F is #A38FA0. Grayscale: #686868. Windows color (decimal): -10719137 or 6254684. OLE color: 6254684.
HSL color Cylindrical-coordinate representation of color #5C705F: hue angle of 129º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C705F is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 112 | 95 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.56 |
| HSL | 129º | 0.1% | 0.4% | - |
| HSV(B) | 129º | 0.18% | 0.44% | - |
| XYZ | 12.27 | 14.69 | 13.02 | - |
| YUV | 104.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 95 | 0.18 | 0 | 0.15 | 0.56 | 129 | 0.1 | 0.4 |
| Hex | 5C | 70 | 5F | 12 | 0 | F | 38 | 81 | A | 28 |
| Octal | 134 | 160 | 137 | 22 | 0 | 17 | 70 | 201 | 12 | 50 |
| Binary | 1011100 | 1110000 | 1011111 | 10010 | 0 | 1111 | 111000 | 10000001 | 1010 | 101000 |
Color Harmonies of #5C705F
Complementary color
Monochromatic Colors of #5C705F
Black with #5C705F
Text Example
Text Example
White with #5C705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C705F; }
p { color: rgb(92,112,95); }
H1.HeaderClassName
{
color: #5C705F;
}
.AnyTagClassName
{
color: #5C705F;
}
</style>
background-color css
<style>
a { background-color: #5C705F; }
a { background-color: rgb(92,112,95); }
div.DivClassName
{
background-color: #5C705F;
}
.BgClassName
{
background-color: #5C705F;
}
</style>
border-color css
<style>
span { border-color: #5C705F; }
span { border-color: rgb(92,112,95); }
td.TdClassName
{
border-color: #5C705F;
}
.TagClassName
{
border-color: #5C705F;
}
</style>