Shades of Mineral Green #5E6861
Tints of Mineral Green #5E6861
RGB
CMYK
RGB Variations
Color information
#5E6861 (or 0x5E6861) is known color: Mineral Green. HEX triplet: 5E, 68 and 61. RGB value is (94,104,97). Sum of RGB (Red+Green+Blue) = 94+104+97=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6861 is #A1979E. Grayscale: #646464. Windows color (decimal): -10590111 or 6383710. OLE color: 6383710.
HSL color Cylindrical-coordinate representation of color #5E6861: hue angle of 138º degrees, saturation: 0.05, 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 #5E6861 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
RGB | 94 | 104 | 97 | - |
CMYK | 0.10 | 0 | 0.07 | 0.59 |
HSL | 138º | 0.05% | 0.39% | - |
HSV(B) | 138º | 0.1% | 0.41% | - |
XYZ | 11.72 | 13.14 | 13.23 | - |
YUV | 100.21 | 126.19 | 123.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 104 | 97 | 0.10 | 0 | 0.07 | 0.59 | 138 | 0.05 | 0.39 |
Hex | 5E | 68 | 61 | A | 0 | 7 | 3B | 8A | 5 | 27 |
Octal | 136 | 150 | 141 | 12 | 0 | 7 | 73 | 212 | 5 | 47 |
Binary | 1011110 | 1101000 | 1100001 | 1010 | 0 | 111 | 111011 | 10001010 | 101 | 100111 |
Color Harmonies of #5E6861
Complementary color
Monochromatic Colors of #5E6861
Black with #5E6861
Text Example
Text Example
White with #5E6861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6861; }
p { color: rgb(94,104,97); }
H1.HeaderClassName
{
color: #5E6861;
}
.AnyTagClassName
{
color: #5E6861;
}
</style>
background-color css
<style>
a { background-color: #5E6861; }
a { background-color: rgb(94,104,97); }
div.DivClassName
{
background-color: #5E6861;
}
.BgClassName
{
background-color: #5E6861;
}
</style>
border-color css
<style>
span { border-color: #5E6861; }
span { border-color: rgb(94,104,97); }
td.TdClassName
{
border-color: #5E6861;
}
.TagClassName
{
border-color: #5E6861;
}
</style>