Shades of Mineral Green #56675B
Tints of Mineral Green #56675B
RGB
CMYK
RGB Variations
Color information
#56675B (or 0x56675B) is known color: Mineral Green. HEX triplet: 56, 67 and 5B. RGB value is (86,103,91). Sum of RGB (Red+Green+Blue) = 86+103+91=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #56675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56675B is #A998A4. Grayscale: #606060. Windows color (decimal): -11114661 or 5990230. OLE color: 5990230.
HSL color Cylindrical-coordinate representation of color #56675B: hue angle of 137.65º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #56675B is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 103 | 91 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.60 |
| HSL | 137.65º | 0.09% | 0.37% | - |
| HSV(B) | 137.65º | 0.17% | 0.4% | - |
| XYZ | 10.58 | 12.43 | 11.74 | - |
| YUV | 96.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 91 | 0.17 | 0 | 0.12 | 0.60 | 137.65 | 0.09 | 0.37 |
| Hex | 56 | 67 | 5B | 11 | 0 | C | 3C | 8A | 9 | 25 |
| Octal | 126 | 147 | 133 | 21 | 0 | 14 | 74 | 212 | 11 | 45 |
| Binary | 1010110 | 1100111 | 1011011 | 10001 | 0 | 1100 | 111100 | 10001010 | 1001 | 100101 |
Color Harmonies of #56675B
Complementary color
Monochromatic Colors of #56675B
Black with #56675B
Text Example
Text Example
White with #56675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56675B; }
p { color: rgb(86,103,91); }
H1.HeaderClassName
{
color: #56675B;
}
.AnyTagClassName
{
color: #56675B;
}
</style>
background-color css
<style>
a { background-color: #56675B; }
a { background-color: rgb(86,103,91); }
div.DivClassName
{
background-color: #56675B;
}
.BgClassName
{
background-color: #56675B;
}
</style>
border-color css
<style>
span { border-color: #56675B; }
span { border-color: rgb(86,103,91); }
td.TdClassName
{
border-color: #56675B;
}
.TagClassName
{
border-color: #56675B;
}
</style>