Shades of Mineral Green #55675B
Tints of Mineral Green #55675B
RGB
CMYK
RGB Variations
Color information
#55675B (or 0x55675B) is known color: Mineral Green. HEX triplet: 55, 67 and 5B. RGB value is (85,103,91). Sum of RGB (Red+Green+Blue) = 85+103+91=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 103 - color contains mainly: green. Hex color #55675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55675B is #AA98A4. Grayscale: #606060. Windows color (decimal): -11180197 or 5990229. OLE color: 5990229.
HSL color Cylindrical-coordinate representation of color #55675B: hue angle of 140º degrees, saturation: 0.1, 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 #55675B is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 91 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.60 |
| HSL | 140º | 0.1% | 0.37% | - |
| HSV(B) | 140º | 0.17% | 0.4% | - |
| XYZ | 10.48 | 12.39 | 11.74 | - |
| YUV | 96.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 91 | 0.17 | 0 | 0.12 | 0.60 | 140 | 0.1 | 0.37 |
| Hex | 55 | 67 | 5B | 11 | 0 | C | 3C | 8C | A | 25 |
| Octal | 125 | 147 | 133 | 21 | 0 | 14 | 74 | 214 | 12 | 45 |
| Binary | 1010101 | 1100111 | 1011011 | 10001 | 0 | 1100 | 111100 | 10001100 | 1010 | 100101 |
Color Harmonies of #55675B
Complementary color
Monochromatic Colors of #55675B
Black with #55675B
Text Example
Text Example
White with #55675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55675B; }
p { color: rgb(85,103,91); }
H1.HeaderClassName
{
color: #55675B;
}
.AnyTagClassName
{
color: #55675B;
}
</style>
background-color css
<style>
a { background-color: #55675B; }
a { background-color: rgb(85,103,91); }
div.DivClassName
{
background-color: #55675B;
}
.BgClassName
{
background-color: #55675B;
}
</style>
border-color css
<style>
span { border-color: #55675B; }
span { border-color: rgb(85,103,91); }
td.TdClassName
{
border-color: #55675B;
}
.TagClassName
{
border-color: #55675B;
}
</style>