Shades of Mineral Green #5E6961
Tints of Mineral Green #5E6961
RGB
CMYK
RGB Variations
Color information
#5E6961 (or 0x5E6961) is known color: Mineral Green. HEX triplet: 5E, 69 and 61. RGB value is (94,105,97). Sum of RGB (Red+Green+Blue) = 94+105+97=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 105 - color contains mainly: green. Hex color #5E6961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6961 is #A1969E. Grayscale: #646464. Windows color (decimal): -10589855 or 6383966. OLE color: 6383966.
HSL color Cylindrical-coordinate representation of color #5E6961: hue angle of 136.36º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E6961 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 105 | 97 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.59 |
| HSL | 136.36º | 0.06% | 0.39% | - |
| HSV(B) | 136.36º | 0.1% | 0.41% | - |
| XYZ | 11.83 | 13.35 | 13.26 | - |
| YUV | 100.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 97 | 0.10 | 0 | 0.08 | 0.59 | 136.36 | 0.06 | 0.39 |
| Hex | 5E | 69 | 61 | A | 0 | 8 | 3B | 88 | 6 | 27 |
| Octal | 136 | 151 | 141 | 12 | 0 | 10 | 73 | 210 | 6 | 47 |
| Binary | 1011110 | 1101001 | 1100001 | 1010 | 0 | 1000 | 111011 | 10001000 | 110 | 100111 |
Color Harmonies of #5E6961
Complementary color
Monochromatic Colors of #5E6961
Black with #5E6961
Text Example
Text Example
White with #5E6961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6961; }
p { color: rgb(94,105,97); }
H1.HeaderClassName
{
color: #5E6961;
}
.AnyTagClassName
{
color: #5E6961;
}
</style>
background-color css
<style>
a { background-color: #5E6961; }
a { background-color: rgb(94,105,97); }
div.DivClassName
{
background-color: #5E6961;
}
.BgClassName
{
background-color: #5E6961;
}
</style>
border-color css
<style>
span { border-color: #5E6961; }
span { border-color: rgb(94,105,97); }
td.TdClassName
{
border-color: #5E6961;
}
.TagClassName
{
border-color: #5E6961;
}
</style>