Shades of Mineral Green #56695A
Tints of Mineral Green #56695A
RGB
CMYK
RGB Variations
Color information
#56695A (or 0x56695A) is known color: Mineral Green. HEX triplet: 56, 69 and 5A. RGB value is (86,105,90). Sum of RGB (Red+Green+Blue) = 86+105+90=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #56695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56695A is #A996A5. Grayscale: #616161. Windows color (decimal): -11114150 or 5925206. OLE color: 5925206.
HSL color Cylindrical-coordinate representation of color #56695A: hue angle of 132.63º 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 #56695A is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 105 | 90 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.59 |
| HSL | 132.63º | 0.1% | 0.37% | - |
| HSV(B) | 132.63º | 0.18% | 0.41% | - |
| XYZ | 10.73 | 12.82 | 11.58 | - |
| YUV | 97.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 90 | 0.18 | 0 | 0.14 | 0.59 | 132.63 | 0.1 | 0.37 |
| Hex | 56 | 69 | 5A | 12 | 0 | E | 3B | 85 | A | 25 |
| Octal | 126 | 151 | 132 | 22 | 0 | 16 | 73 | 205 | 12 | 45 |
| Binary | 1010110 | 1101001 | 1011010 | 10010 | 0 | 1110 | 111011 | 10000101 | 1010 | 100101 |
Color Harmonies of #56695A
Complementary color
Monochromatic Colors of #56695A
Black with #56695A
Text Example
Text Example
White with #56695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56695A; }
p { color: rgb(86,105,90); }
H1.HeaderClassName
{
color: #56695A;
}
.AnyTagClassName
{
color: #56695A;
}
</style>
background-color css
<style>
a { background-color: #56695A; }
a { background-color: rgb(86,105,90); }
div.DivClassName
{
background-color: #56695A;
}
.BgClassName
{
background-color: #56695A;
}
</style>
border-color css
<style>
span { border-color: #56695A; }
span { border-color: rgb(86,105,90); }
td.TdClassName
{
border-color: #56695A;
}
.TagClassName
{
border-color: #56695A;
}
</style>