Shades of Mineral Green #606761
Tints of Mineral Green #606761
RGB
CMYK
RGB Variations
Color information
#606761 (or 0x606761) is known color: Mineral Green. HEX triplet: 60, 67 and 61. RGB value is (96,103,97). Sum of RGB (Red+Green+Blue) = 96+103+97=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 103 - color contains mainly: green. Hex color #606761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606761 is #9F989E. Grayscale: #646464. Windows color (decimal): -10459295 or 6383456. OLE color: 6383456.
HSL color Cylindrical-coordinate representation of color #606761: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #606761 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 97 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.60 |
| HSL | 128.57º | 0.04% | 0.39% | - |
| HSV(B) | 128.57º | 0.07% | 0.4% | - |
| XYZ | 11.83 | 13.05 | 13.2 | - |
| YUV | 100.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 97 | 0.07 | 0 | 0.06 | 0.60 | 128.57 | 0.04 | 0.39 |
| Hex | 60 | 67 | 61 | 7 | 0 | 6 | 3C | 81 | 4 | 27 |
| Octal | 140 | 147 | 141 | 7 | 0 | 6 | 74 | 201 | 4 | 47 |
| Binary | 1100000 | 1100111 | 1100001 | 111 | 0 | 110 | 111100 | 10000001 | 100 | 100111 |
Color Harmonies of #606761
Complementary color
Monochromatic Colors of #606761
Black with #606761
Text Example
Text Example
White with #606761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606761; }
p { color: rgb(96,103,97); }
H1.HeaderClassName
{
color: #606761;
}
.AnyTagClassName
{
color: #606761;
}
</style>
background-color css
<style>
a { background-color: #606761; }
a { background-color: rgb(96,103,97); }
div.DivClassName
{
background-color: #606761;
}
.BgClassName
{
background-color: #606761;
}
</style>
border-color css
<style>
span { border-color: #606761; }
span { border-color: rgb(96,103,97); }
td.TdClassName
{
border-color: #606761;
}
.TagClassName
{
border-color: #606761;
}
</style>