Shades of Mineral Green #56695E
Tints of Mineral Green #56695E
RGB
CMYK
RGB Variations
Color information
#56695E (or 0x56695E) is known color: Mineral Green. HEX triplet: 56, 69 and 5E. RGB value is (86,105,94). Sum of RGB (Red+Green+Blue) = 86+105+94=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #56695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56695E is #A996A1. Grayscale: #626262. Windows color (decimal): -11114146 or 6187350. OLE color: 6187350.
HSL color Cylindrical-coordinate representation of color #56695E: hue angle of 145.26º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #56695E is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 105 | 94 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.59 |
| HSL | 145.26º | 0.1% | 0.37% | - |
| HSV(B) | 145.26º | 0.18% | 0.41% | - |
| XYZ | 10.91 | 12.89 | 12.5 | - |
| YUV | 98.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 94 | 0.18 | 0 | 0.10 | 0.59 | 145.26 | 0.1 | 0.37 |
| Hex | 56 | 69 | 5E | 12 | 0 | A | 3B | 91 | A | 25 |
| Octal | 126 | 151 | 136 | 22 | 0 | 12 | 73 | 221 | 12 | 45 |
| Binary | 1010110 | 1101001 | 1011110 | 10010 | 0 | 1010 | 111011 | 10010001 | 1010 | 100101 |
Color Harmonies of #56695E
Complementary color
Monochromatic Colors of #56695E
Black with #56695E
Text Example
Text Example
White with #56695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56695E; }
p { color: rgb(86,105,94); }
H1.HeaderClassName
{
color: #56695E;
}
.AnyTagClassName
{
color: #56695E;
}
</style>
background-color css
<style>
a { background-color: #56695E; }
a { background-color: rgb(86,105,94); }
div.DivClassName
{
background-color: #56695E;
}
.BgClassName
{
background-color: #56695E;
}
</style>
border-color css
<style>
span { border-color: #56695E; }
span { border-color: rgb(86,105,94); }
td.TdClassName
{
border-color: #56695E;
}
.TagClassName
{
border-color: #56695E;
}
</style>