Shades of Mineral Green #5A675C
Tints of Mineral Green #5A675C
RGB
CMYK
RGB Variations
Color information
#5A675C (or 0x5A675C) is known color: Mineral Green. HEX triplet: 5A, 67 and 5C. RGB value is (90,103,92). Sum of RGB (Red+Green+Blue) = 90+103+92=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 103 - color contains mainly: green. Hex color #5A675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A675C is #A598A3. Grayscale: #616161. Windows color (decimal): -10852516 or 6055770. OLE color: 6055770.
HSL color Cylindrical-coordinate representation of color #5A675C: hue angle of 129.23º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A675C is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 92 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.60 |
| HSL | 129.23º | 0.07% | 0.38% | - |
| HSV(B) | 129.23º | 0.13% | 0.4% | - |
| XYZ | 11 | 12.65 | 11.99 | - |
| YUV | 97.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 92 | 0.13 | 0 | 0.11 | 0.60 | 129.23 | 0.07 | 0.38 |
| Hex | 5A | 67 | 5C | D | 0 | B | 3C | 81 | 7 | 26 |
| Octal | 132 | 147 | 134 | 15 | 0 | 13 | 74 | 201 | 7 | 46 |
| Binary | 1011010 | 1100111 | 1011100 | 1101 | 0 | 1011 | 111100 | 10000001 | 111 | 100110 |
Color Harmonies of #5A675C
Complementary color
Monochromatic Colors of #5A675C
Black with #5A675C
Text Example
Text Example
White with #5A675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A675C; }
p { color: rgb(90,103,92); }
H1.HeaderClassName
{
color: #5A675C;
}
.AnyTagClassName
{
color: #5A675C;
}
</style>
background-color css
<style>
a { background-color: #5A675C; }
a { background-color: rgb(90,103,92); }
div.DivClassName
{
background-color: #5A675C;
}
.BgClassName
{
background-color: #5A675C;
}
</style>
border-color css
<style>
span { border-color: #5A675C; }
span { border-color: rgb(90,103,92); }
td.TdClassName
{
border-color: #5A675C;
}
.TagClassName
{
border-color: #5A675C;
}
</style>