Shades of Mineral Green #5B695D
Tints of Mineral Green #5B695D
RGB
CMYK
RGB Variations
Color information
#5B695D (or 0x5B695D) is known color: Mineral Green. HEX triplet: 5B, 69 and 5D. RGB value is (91,105,93). Sum of RGB (Red+Green+Blue) = 91+105+93=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #5B695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B695D is #A496A2. Grayscale: #636363. Windows color (decimal): -10786467 or 6121819. OLE color: 6121819.
HSL color Cylindrical-coordinate representation of color #5B695D: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B695D is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 105 | 93 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.59 |
| HSL | 128.57º | 0.07% | 0.38% | - |
| HSV(B) | 128.57º | 0.13% | 0.41% | - |
| XYZ | 11.34 | 13.12 | 12.29 | - |
| YUV | 99.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 93 | 0.13 | 0 | 0.11 | 0.59 | 128.57 | 0.07 | 0.38 |
| Hex | 5B | 69 | 5D | D | 0 | B | 3B | 81 | 7 | 26 |
| Octal | 133 | 151 | 135 | 15 | 0 | 13 | 73 | 201 | 7 | 46 |
| Binary | 1011011 | 1101001 | 1011101 | 1101 | 0 | 1011 | 111011 | 10000001 | 111 | 100110 |
Color Harmonies of #5B695D
Complementary color
Monochromatic Colors of #5B695D
Black with #5B695D
Text Example
Text Example
White with #5B695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B695D; }
p { color: rgb(91,105,93); }
H1.HeaderClassName
{
color: #5B695D;
}
.AnyTagClassName
{
color: #5B695D;
}
</style>
background-color css
<style>
a { background-color: #5B695D; }
a { background-color: rgb(91,105,93); }
div.DivClassName
{
background-color: #5B695D;
}
.BgClassName
{
background-color: #5B695D;
}
</style>
border-color css
<style>
span { border-color: #5B695D; }
span { border-color: rgb(91,105,93); }
td.TdClassName
{
border-color: #5B695D;
}
.TagClassName
{
border-color: #5B695D;
}
</style>