Shades of Mineral Green #58685F
Tints of Mineral Green #58685F
RGB
CMYK
RGB Variations
Color information
#58685F (or 0x58685F) is known color: Mineral Green. HEX triplet: 58, 68 and 5F. RGB value is (88,104,95). Sum of RGB (Red+Green+Blue) = 88+104+95=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #58685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58685F is #A797A0. Grayscale: #626262. Windows color (decimal): -10983329 or 6252632. OLE color: 6252632.
HSL color Cylindrical-coordinate representation of color #58685F: hue angle of 146.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #58685F is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 104 | 95 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.59 |
| HSL | 146.25º | 0.08% | 0.38% | - |
| HSV(B) | 146.25º | 0.15% | 0.41% | - |
| XYZ | 11.04 | 12.8 | 12.72 | - |
| YUV | 98.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 95 | 0.15 | 0 | 0.09 | 0.59 | 146.25 | 0.08 | 0.38 |
| Hex | 58 | 68 | 5F | F | 0 | 9 | 3B | 92 | 8 | 26 |
| Octal | 130 | 150 | 137 | 17 | 0 | 11 | 73 | 222 | 10 | 46 |
| Binary | 1011000 | 1101000 | 1011111 | 1111 | 0 | 1001 | 111011 | 10010010 | 1000 | 100110 |
Color Harmonies of #58685F
Complementary color
Monochromatic Colors of #58685F
Black with #58685F
Text Example
Text Example
White with #58685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58685F; }
p { color: rgb(88,104,95); }
H1.HeaderClassName
{
color: #58685F;
}
.AnyTagClassName
{
color: #58685F;
}
</style>
background-color css
<style>
a { background-color: #58685F; }
a { background-color: rgb(88,104,95); }
div.DivClassName
{
background-color: #58685F;
}
.BgClassName
{
background-color: #58685F;
}
</style>
border-color css
<style>
span { border-color: #58685F; }
span { border-color: rgb(88,104,95); }
td.TdClassName
{
border-color: #58685F;
}
.TagClassName
{
border-color: #58685F;
}
</style>