Shades of Mineral Green #5D675E
Tints of Mineral Green #5D675E
RGB
CMYK
RGB Variations
Color information
#5D675E (or 0x5D675E) is known color: Mineral Green. HEX triplet: 5D, 67 and 5E. RGB value is (93,103,94). Sum of RGB (Red+Green+Blue) = 93+103+94=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 103 - color contains mainly: green. Hex color #5D675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D675E is #A298A1. Grayscale: #636363. Windows color (decimal): -10655906 or 6186845. OLE color: 6186845.
HSL color Cylindrical-coordinate representation of color #5D675E: hue angle of 126º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D675E is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 103 | 94 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.60 |
| HSL | 126º | 0.05% | 0.38% | - |
| HSV(B) | 126º | 0.1% | 0.4% | - |
| XYZ | 11.38 | 12.84 | 12.47 | - |
| YUV | 98.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 94 | 0.10 | 0 | 0.09 | 0.60 | 126 | 0.05 | 0.38 |
| Hex | 5D | 67 | 5E | A | 0 | 9 | 3C | 7E | 5 | 26 |
| Octal | 135 | 147 | 136 | 12 | 0 | 11 | 74 | 176 | 5 | 46 |
| Binary | 1011101 | 1100111 | 1011110 | 1010 | 0 | 1001 | 111100 | 1111110 | 101 | 100110 |
Color Harmonies of #5D675E
Complementary color
Monochromatic Colors of #5D675E
Black with #5D675E
Text Example
Text Example
White with #5D675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D675E; }
p { color: rgb(93,103,94); }
H1.HeaderClassName
{
color: #5D675E;
}
.AnyTagClassName
{
color: #5D675E;
}
</style>
background-color css
<style>
a { background-color: #5D675E; }
a { background-color: rgb(93,103,94); }
div.DivClassName
{
background-color: #5D675E;
}
.BgClassName
{
background-color: #5D675E;
}
</style>
border-color css
<style>
span { border-color: #5D675E; }
span { border-color: rgb(93,103,94); }
td.TdClassName
{
border-color: #5D675E;
}
.TagClassName
{
border-color: #5D675E;
}
</style>