Shades of Mineral Green #56695D
Tints of Mineral Green #56695D
RGB
CMYK
RGB Variations
Color information
#56695D (or 0x56695D) is known color: Mineral Green. HEX triplet: 56, 69 and 5D. RGB value is (86,105,93). Sum of RGB (Red+Green+Blue) = 86+105+93=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 105 - color contains mainly: green. Hex color #56695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56695D is #A996A2. Grayscale: #616161. Windows color (decimal): -11114147 or 6121814. OLE color: 6121814.
HSL color Cylindrical-coordinate representation of color #56695D: hue angle of 142.11º 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 #56695D is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 105 | 93 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.59 |
| HSL | 142.11º | 0.1% | 0.37% | - |
| HSV(B) | 142.11º | 0.18% | 0.41% | - |
| XYZ | 10.87 | 12.87 | 12.27 | - |
| YUV | 97.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 93 | 0.18 | 0 | 0.11 | 0.59 | 142.11 | 0.1 | 0.37 |
| Hex | 56 | 69 | 5D | 12 | 0 | B | 3B | 8E | A | 25 |
| Octal | 126 | 151 | 135 | 22 | 0 | 13 | 73 | 216 | 12 | 45 |
| Binary | 1010110 | 1101001 | 1011101 | 10010 | 0 | 1011 | 111011 | 10001110 | 1010 | 100101 |
Color Harmonies of #56695D
Complementary color
Monochromatic Colors of #56695D
Black with #56695D
Text Example
Text Example
White with #56695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56695D; }
p { color: rgb(86,105,93); }
H1.HeaderClassName
{
color: #56695D;
}
.AnyTagClassName
{
color: #56695D;
}
</style>
background-color css
<style>
a { background-color: #56695D; }
a { background-color: rgb(86,105,93); }
div.DivClassName
{
background-color: #56695D;
}
.BgClassName
{
background-color: #56695D;
}
</style>
border-color css
<style>
span { border-color: #56695D; }
span { border-color: rgb(86,105,93); }
td.TdClassName
{
border-color: #56695D;
}
.TagClassName
{
border-color: #56695D;
}
</style>