Shades of Mineral Green #5F6760
Tints of Mineral Green #5F6760
RGB
CMYK
RGB Variations
Color information
#5F6760 (or 0x5F6760) is known color: Mineral Green. HEX triplet: 5F, 67 and 60. RGB value is (95,103,96). Sum of RGB (Red+Green+Blue) = 95+103+96=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 103 - color contains mainly: green. Hex color #5F6760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6760 is #A0989F. Grayscale: #636363. Windows color (decimal): -10524832 or 6317919. OLE color: 6317919.
HSL color Cylindrical-coordinate representation of color #5F6760: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5F6760 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 103 | 96 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.60 |
| HSL | 127.5º | 0.04% | 0.39% | - |
| HSV(B) | 127.5º | 0.08% | 0.4% | - |
| XYZ | 11.68 | 12.98 | 12.96 | - |
| YUV | 99.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 96 | 0.08 | 0 | 0.07 | 0.60 | 127.5 | 0.04 | 0.39 |
| Hex | 5F | 67 | 60 | 8 | 0 | 7 | 3C | 80 | 4 | 27 |
| Octal | 137 | 147 | 140 | 10 | 0 | 7 | 74 | 200 | 4 | 47 |
| Binary | 1011111 | 1100111 | 1100000 | 1000 | 0 | 111 | 111100 | 10000000 | 100 | 100111 |
Color Harmonies of #5F6760
Complementary color
Monochromatic Colors of #5F6760
Black with #5F6760
Text Example
Text Example
White with #5F6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6760; }
p { color: rgb(95,103,96); }
H1.HeaderClassName
{
color: #5F6760;
}
.AnyTagClassName
{
color: #5F6760;
}
</style>
background-color css
<style>
a { background-color: #5F6760; }
a { background-color: rgb(95,103,96); }
div.DivClassName
{
background-color: #5F6760;
}
.BgClassName
{
background-color: #5F6760;
}
</style>
border-color css
<style>
span { border-color: #5F6760; }
span { border-color: rgb(95,103,96); }
td.TdClassName
{
border-color: #5F6760;
}
.TagClassName
{
border-color: #5F6760;
}
</style>