Shades of Mineral Green #5D705F
Tints of Mineral Green #5D705F
RGB
CMYK
RGB Variations
Color information
#5D705F (or 0x5D705F) is known color: Mineral Green. HEX triplet: 5D, 70 and 5F. RGB value is (93,112,95). Sum of RGB (Red+Green+Blue) = 93+112+95=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #5D705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D705F is #A28FA0. Grayscale: #686868. Windows color (decimal): -10653601 or 6254685. OLE color: 6254685.
HSL color Cylindrical-coordinate representation of color #5D705F: hue angle of 126.32º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5D705F is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 112 | 95 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.56 |
| HSL | 126.32º | 0.09% | 0.4% | - |
| HSV(B) | 126.32º | 0.17% | 0.44% | - |
| XYZ | 12.37 | 14.74 | 13.02 | - |
| YUV | 104.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 95 | 0.17 | 0 | 0.15 | 0.56 | 126.32 | 0.09 | 0.4 |
| Hex | 5D | 70 | 5F | 11 | 0 | F | 38 | 7E | 9 | 28 |
| Octal | 135 | 160 | 137 | 21 | 0 | 17 | 70 | 176 | 11 | 50 |
| Binary | 1011101 | 1110000 | 1011111 | 10001 | 0 | 1111 | 111000 | 1111110 | 1001 | 101000 |
Color Harmonies of #5D705F
Complementary color
Monochromatic Colors of #5D705F
Black with #5D705F
Text Example
Text Example
White with #5D705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D705F; }
p { color: rgb(93,112,95); }
H1.HeaderClassName
{
color: #5D705F;
}
.AnyTagClassName
{
color: #5D705F;
}
</style>
background-color css
<style>
a { background-color: #5D705F; }
a { background-color: rgb(93,112,95); }
div.DivClassName
{
background-color: #5D705F;
}
.BgClassName
{
background-color: #5D705F;
}
</style>
border-color css
<style>
span { border-color: #5D705F; }
span { border-color: rgb(93,112,95); }
td.TdClassName
{
border-color: #5D705F;
}
.TagClassName
{
border-color: #5D705F;
}
</style>