Shades of Mineral Green #606661
Tints of Mineral Green #606661
RGB
CMYK
RGB Variations
Color information
#606661 (or 0x606661) is known color: Mineral Green. HEX triplet: 60, 66 and 61. RGB value is (96,102,97). Sum of RGB (Red+Green+Blue) = 96+102+97=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 102 - color contains mainly: green. Hex color #606661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606661 is #9F999E. Grayscale: #636363. Windows color (decimal): -10459551 or 6383200. OLE color: 6383200.
HSL color Cylindrical-coordinate representation of color #606661: hue angle of 130º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #606661 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 102 | 97 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.6 |
| HSL | 130º | 0.03% | 0.39% | - |
| HSV(B) | 130º | 0.06% | 0.4% | - |
| XYZ | 11.73 | 12.85 | 13.17 | - |
| YUV | 99.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 97 | 0.06 | 0 | 0.05 | 0.6 | 130 | 0.03 | 0.39 |
| Hex | 60 | 66 | 61 | 6 | 0 | 5 | 3C | 82 | 3 | 27 |
| Octal | 140 | 146 | 141 | 6 | 0 | 5 | 74 | 202 | 3 | 47 |
| Binary | 1100000 | 1100110 | 1100001 | 110 | 0 | 101 | 111100 | 10000010 | 11 | 100111 |
Color Harmonies of #606661
Complementary color
Monochromatic Colors of #606661
Black with #606661
Text Example
Text Example
White with #606661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606661; }
p { color: rgb(96,102,97); }
H1.HeaderClassName
{
color: #606661;
}
.AnyTagClassName
{
color: #606661;
}
</style>
background-color css
<style>
a { background-color: #606661; }
a { background-color: rgb(96,102,97); }
div.DivClassName
{
background-color: #606661;
}
.BgClassName
{
background-color: #606661;
}
</style>
border-color css
<style>
span { border-color: #606661; }
span { border-color: rgb(96,102,97); }
td.TdClassName
{
border-color: #606661;
}
.TagClassName
{
border-color: #606661;
}
</style>