Shades of Mineral Green #5C6961
Tints of Mineral Green #5C6961
RGB
CMYK
RGB Variations
Color information
#5C6961 (or 0x5C6961) is known color: Mineral Green. HEX triplet: 5C, 69 and 61. RGB value is (92,105,97). Sum of RGB (Red+Green+Blue) = 92+105+97=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 105 - color contains mainly: green. Hex color #5C6961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6961 is #A3969E. Grayscale: #646464. Windows color (decimal): -10720927 or 6383964. OLE color: 6383964.
HSL color Cylindrical-coordinate representation of color #5C6961: hue angle of 143.08º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C6961 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 105 | 97 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.59 |
| HSL | 143.08º | 0.07% | 0.39% | - |
| HSV(B) | 143.08º | 0.12% | 0.41% | - |
| XYZ | 11.62 | 13.24 | 13.25 | - |
| YUV | 100.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 97 | 0.12 | 0 | 0.08 | 0.59 | 143.08 | 0.07 | 0.39 |
| Hex | 5C | 69 | 61 | C | 0 | 8 | 3B | 8F | 7 | 27 |
| Octal | 134 | 151 | 141 | 14 | 0 | 10 | 73 | 217 | 7 | 47 |
| Binary | 1011100 | 1101001 | 1100001 | 1100 | 0 | 1000 | 111011 | 10001111 | 111 | 100111 |
Color Harmonies of #5C6961
Complementary color
Monochromatic Colors of #5C6961
Black with #5C6961
Text Example
Text Example
White with #5C6961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6961; }
p { color: rgb(92,105,97); }
H1.HeaderClassName
{
color: #5C6961;
}
.AnyTagClassName
{
color: #5C6961;
}
</style>
background-color css
<style>
a { background-color: #5C6961; }
a { background-color: rgb(92,105,97); }
div.DivClassName
{
background-color: #5C6961;
}
.BgClassName
{
background-color: #5C6961;
}
</style>
border-color css
<style>
span { border-color: #5C6961; }
span { border-color: rgb(92,105,97); }
td.TdClassName
{
border-color: #5C6961;
}
.TagClassName
{
border-color: #5C6961;
}
</style>