Shades of Mineral Green #5A675E
Tints of Mineral Green #5A675E
RGB
CMYK
RGB Variations
Color information
#5A675E (or 0x5A675E) is known color: Mineral Green. HEX triplet: 5A, 67 and 5E. RGB value is (90,103,94). Sum of RGB (Red+Green+Blue) = 90+103+94=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 103 - color contains mainly: green. Hex color #5A675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A675E is #A598A1. Grayscale: #626262. Windows color (decimal): -10852514 or 6186842. OLE color: 6186842.
HSL color Cylindrical-coordinate representation of color #5A675E: hue angle of 138.46º 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 #5A675E is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 94 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.60 |
| HSL | 138.46º | 0.07% | 0.38% | - |
| HSV(B) | 138.46º | 0.13% | 0.4% | - |
| XYZ | 11.09 | 12.68 | 12.45 | - |
| YUV | 98.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 94 | 0.13 | 0 | 0.09 | 0.60 | 138.46 | 0.07 | 0.38 |
| Hex | 5A | 67 | 5E | D | 0 | 9 | 3C | 8A | 7 | 26 |
| Octal | 132 | 147 | 136 | 15 | 0 | 11 | 74 | 212 | 7 | 46 |
| Binary | 1011010 | 1100111 | 1011110 | 1101 | 0 | 1001 | 111100 | 10001010 | 111 | 100110 |
Color Harmonies of #5A675E
Complementary color
Monochromatic Colors of #5A675E
Black with #5A675E
Text Example
Text Example
White with #5A675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A675E; }
p { color: rgb(90,103,94); }
H1.HeaderClassName
{
color: #5A675E;
}
.AnyTagClassName
{
color: #5A675E;
}
</style>
background-color css
<style>
a { background-color: #5A675E; }
a { background-color: rgb(90,103,94); }
div.DivClassName
{
background-color: #5A675E;
}
.BgClassName
{
background-color: #5A675E;
}
</style>
border-color css
<style>
span { border-color: #5A675E; }
span { border-color: rgb(90,103,94); }
td.TdClassName
{
border-color: #5A675E;
}
.TagClassName
{
border-color: #5A675E;
}
</style>