Shades of Mineral Green #5B6760
Tints of Mineral Green #5B6760
RGB
CMYK
RGB Variations
Color information
#5B6760 (or 0x5B6760) is known color: Mineral Green. HEX triplet: 5B, 67 and 60. RGB value is (91,103,96). Sum of RGB (Red+Green+Blue) = 91+103+96=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 103 - color contains mainly: green. Hex color #5B6760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6760 is #A4989F. Grayscale: #626262. Windows color (decimal): -10786976 or 6317915. OLE color: 6317915.
HSL color Cylindrical-coordinate representation of color #5B6760: hue angle of 145º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B6760 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 103 | 96 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.60 |
| HSL | 145º | 0.06% | 0.38% | - |
| HSV(B) | 145º | 0.12% | 0.4% | - |
| XYZ | 11.28 | 12.77 | 12.94 | - |
| YUV | 98.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 96 | 0.12 | 0 | 0.07 | 0.60 | 145 | 0.06 | 0.38 |
| Hex | 5B | 67 | 60 | C | 0 | 7 | 3C | 91 | 6 | 26 |
| Octal | 133 | 147 | 140 | 14 | 0 | 7 | 74 | 221 | 6 | 46 |
| Binary | 1011011 | 1100111 | 1100000 | 1100 | 0 | 111 | 111100 | 10010001 | 110 | 100110 |
Color Harmonies of #5B6760
Complementary color
Monochromatic Colors of #5B6760
Black with #5B6760
Text Example
Text Example
White with #5B6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6760; }
p { color: rgb(91,103,96); }
H1.HeaderClassName
{
color: #5B6760;
}
.AnyTagClassName
{
color: #5B6760;
}
</style>
background-color css
<style>
a { background-color: #5B6760; }
a { background-color: rgb(91,103,96); }
div.DivClassName
{
background-color: #5B6760;
}
.BgClassName
{
background-color: #5B6760;
}
</style>
border-color css
<style>
span { border-color: #5B6760; }
span { border-color: rgb(91,103,96); }
td.TdClassName
{
border-color: #5B6760;
}
.TagClassName
{
border-color: #5B6760;
}
</style>