Shades of Mineral Green #55705A
Tints of Mineral Green #55705A
RGB
CMYK
RGB Variations
Color information
#55705A (or 0x55705A) is known color: Mineral Green. HEX triplet: 55, 70 and 5A. RGB value is (85,112,90). Sum of RGB (Red+Green+Blue) = 85+112+90=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #55705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55705A is #AA8FA5. Grayscale: #656565. Windows color (decimal): -11177894 or 5926997. OLE color: 5926997.
HSL color Cylindrical-coordinate representation of color #55705A: hue angle of 131.11º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55705A is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 90 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.56 |
| HSL | 131.11º | 0.14% | 0.39% | - |
| HSV(B) | 131.11º | 0.24% | 0.44% | - |
| XYZ | 11.39 | 14.26 | 11.82 | - |
| YUV | 101.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 90 | 0.24 | 0 | 0.20 | 0.56 | 131.11 | 0.14 | 0.39 |
| Hex | 55 | 70 | 5A | 18 | 0 | 14 | 38 | 83 | E | 27 |
| Octal | 125 | 160 | 132 | 30 | 0 | 24 | 70 | 203 | 16 | 47 |
| Binary | 1010101 | 1110000 | 1011010 | 11000 | 0 | 10100 | 111000 | 10000011 | 1110 | 100111 |
Color Harmonies of #55705A
Complementary color
Monochromatic Colors of #55705A
Black with #55705A
Text Example
Text Example
White with #55705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55705A; }
p { color: rgb(85,112,90); }
H1.HeaderClassName
{
color: #55705A;
}
.AnyTagClassName
{
color: #55705A;
}
</style>
background-color css
<style>
a { background-color: #55705A; }
a { background-color: rgb(85,112,90); }
div.DivClassName
{
background-color: #55705A;
}
.BgClassName
{
background-color: #55705A;
}
</style>
border-color css
<style>
span { border-color: #55705A; }
span { border-color: rgb(85,112,90); }
td.TdClassName
{
border-color: #55705A;
}
.TagClassName
{
border-color: #55705A;
}
</style>